Search code examples
c++visual-studio-2010compiler-constructioncompiler-options

Visual Studio 2010 Compiler Options


I can't find the option people call "C/C++" on Visual Studio 2010 Ultimate's Project Property Pages to change some compiler options. Here's what i got:

Screenshot of property pages

I've tried creating an Empty Project and a Win32 Project set to empty with no result. Can anyone help?


Solution

  • Visual Studio 2010 doesn't show the C/C++ properties until you have at least one .cpp file in your project (might also accept other file types, but .h does not work).

    So add a single .cpp file to your project and when you go to the property pages, it should show up right above the Linker settings.