Page 1 of 1

Setting up Visual Studio 2010

Posted: Wed Jul 20, 2011 8:10 pm
by pewbe
When I create a new empty project in Visual Studio 2010, and open the properties, the C/C++ settings are missing, as shown here:
Image
When I open the project from the demo, they are where they should be.

Am I missing something?

Re: Setting up Visual Studio 2010

Posted: Thu Jul 21, 2011 1:33 pm
by pathos
Have you added a cpp file to the project yet? I just tested it and I had to create a source file before the C/C++ options showed up.

Re: Setting up Visual Studio 2010

Posted: Thu Jul 21, 2011 1:58 pm
by pewbe
pathos wrote:Have you added a cpp file to the project yet? I just tested it and I had to create a source file before the C/C++ options showed up.
That solved it, thank you very much :)

I wonder if it is a bad thing I didn't think of that myself...