Okay I know this is a rather basic question, but in VC6 and VC7 it was very easy to change how you linked your application to the runtime libraries. VC8 apparently is lacking this option or I cannot find it.

- I created a standard Win32 Project, Empty.
- Project --> Properties
- Looked EVERYWHERE and I cannot find out how to change it from Single-Threaded Debug to Multi-Threaded Debug.

(Alot of websites say: Project --> Properties --> C++ Tab --> Code Generation --> It is found here. However, There is no C++ Tab when I hit Project --> Properties...)

I assume I can just add '/MDd' to the compiler options but I'd like to change it properly. I asked a few people in my comp sci class and none of them had experience with VC8 yet.