Visual C++ Express Edition Compiler

Hey.
I'm having some trouble with the Visual C++ Express Edition. It won't compile. Each time I try I get an error like ".../YYY/Airboard.exe - Cannot find path" Wheree YYY would be whichever folder it would be. Two days ago it was debug, today it was release.
I've looked in those folders, and they only contain the build logs.
Any help?
The default path for the .exe is the Debug folder contained in the folder that has the project file.

Have you:
1) created a console application as an empty project?
2) added .cpp files to the project?
3) built the project?
4) executed the program using Start Without Debugging? (CTRL+F5)?

If not, I would create a project just for "Hello world!" and get that working.

Specified paths can be found un Tools/Options.
Topic archived. No new replies allowed.