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 got this same error when running cl.exe from the Developer Command Prompt for VS2012 command window. Turned out all I had to do was restart the command prompt by right-clicking on it and choosing Run as administrator.