Setting up Visual Studio 2010

If you are new to OS Development, plan on spending some time here first before going into the other forums.

Moderator:Moderators

Post Reply
pewbe
Posts:3
Joined:Wed Jul 20, 2011 8:00 pm
Setting up Visual Studio 2010

Post by pewbe » Wed Jul 20, 2011 8:10 pm

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?

pathos
Moderator
Posts:97
Joined:Thu Jan 10, 2008 6:43 pm
Location:USA

Re: Setting up Visual Studio 2010

Post by pathos » Thu Jul 21, 2011 1:33 pm

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.

pewbe
Posts:3
Joined:Wed Jul 20, 2011 8:00 pm

Re: Setting up Visual Studio 2010

Post by pewbe » Thu Jul 21, 2011 1:58 pm

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...

Post Reply