Robot code build problem

I`m making a new practice code for a model electronic board for this years robot. I started the code using the default robot code in the examples. My problem is that every time I build the project this messege would show up in the build console:

Build Started in Project ‘DefaultRobot’: 2011-01-12 16:49:28
Generation of makefiles started.
Folder “/OriginalDefaultCode” used in build target “OriginalDefaultCode” not found.
Build Finished in Project ‘DefaultRobot’: 2011-01-12 16:49:28 (Elapsed Time: 00:00)

I was wondering could it possibly be a bug or something also when it does build, it never shows any error for instance if i put myRobot->turnon it wont show any error, its just going to show:

Build Started in Project ‘DefaultRobot’: 2011-01-12 22:43:48
Generation of makefiles started.
Generation of makefiles finished (Elapsed Time: 00:00).
Platform: Wind River VxWorks 6.3
Command: make --no-print-directory BUILD_SPEC=PPC603gnu DEBUG_MODE=1 TRACE=1
Working Directory: C:/WindRiver/workspace/DefaultRobot/PPC603gnu
make: built targets of C:/WindRiver/workspace/DefaultRobot/PPC603gnu
Build Finished in Project ‘DefaultRobot’: 2011-01-12 22:43:49 (Elapsed Time: 00:00)

Can any one please give me some assistance with fixing this problem?
:ahh: :ahh: :ahh: :ahh: