VC++ 2008 Question.

Started by
1 comment, last by LoneGoth 16 years, 2 months ago
First of all hello! I just want to make you aware that I am new to game programming and VC++.. Now that that is out of the way, here is my situation. I'm setting up the SDL library's with VC++ using the tutorial. The problem I'm having is under 'Project Settings - Configuration Property's', I do not see the C/C++ tree. What two of the steps require are this: /* 11)In the C/C++ menu under general, set "Detect 64-bit Portability Issues" to "No". 12)In the C/C++ menu under Code Generation, set "Runtime Library" to multi-threaded dll. * Any suggestions on how to go about doing the above?
/*I reject your reality and substitute my own!*/
Advertisement
The C/C++ tree will only show up once you add a C or C++ source file to your project. Try adding an empty .cpp file.
Quote:Original post by SiCrane
The C/C++ tree will only show up once you add a C or C++ source file to your project. Try adding an empty .cpp file.


Ah hah. Now I understand. I think I ended up putting the solution explorer on auto-hide, but thats all fixed now. Thank you for your help!
/*I reject your reality and substitute my own!*/

This topic is closed to new replies.

Advertisement