When I right click on a .cpp file in my workspace and pick 'Build File', it gives me in the build log:
Execution of 'cl.exe /nologo /Od /Zi /I"C:\Program Files\Microsoft SDKs\Windows\v6.0A\include" /I"G:\Microsoft Visual Studio 9.0\VC\include" /c main.cpp /Foobj\Debug\main.obj' in 'G:\footest' failed.
But when I do a project build/rebuild it works just fine. Any ideas what's wrong? This happens with VC toolchain and GCC toolchain. Oddly enough, Borland toolchain does not exhibit this problem.
Did anyone run into this issue before?