Search code examples
.netc++cvisual-studiovisual-studio-2008

can not find C/C++ in project properties


I am following a tutorial and one of the steps its asking is to go to my projects properties and click on c/c++ and add a path to "Additional Include Directories" property. I am using visual C++ Express Edition 2008. the tutorial is using the same thing. Is there away to get this or an alternative ??

This is my screen alt text

This is tutorials screen alt text


Solution

  • You don't have the C++ compiler options until you're actually using the C++ compiler. In this case, you don't have a .cpp file. So just add one and the compiler options will appear.