I’ve been working to a C++/CLI project in the last few months.
Now I’m back to C++ but seems that VS 2010 has set to use C++/CLI compiler even for standard C++ projects.
I just created a new C++ empty project but when I compile the code, it seems using C++/CLI compiler.
Intellisense is disabled as well.
How can I restore the default C++ compiler to my project ?
Choose
Project->Propertiesfrom the menu bar. In theProject propertieswindow, underConfiguration Properties->General, make sure thatCommon Language Runtime Supportis set toNo Common Language Runtime Support.