Please help, I have spent all day trying to make my c++ app compile.
My project contains one source file: Foo.cpp. Here is its code:
#include
I suspect the command prompt you are using to run the compiler does not have all the required environment variables defined.
To make sure the command line environment is correctly configured make sure you have run the vsvars32.bat batch file.