Game Development Community

C/C++ Options for Torque Demo Project in .NET 2003

by James Steele · in Torque Game Engine · 06/01/2005 (11:25 pm) · 3 replies

Hey Guys,


Looking at the Properties page for the Torque Demo project in .NET 2003, I can't seem to access the C/C++ properties to add include include paths etc. Is there any reason for this?

#1
06/02/2005 (12:28 am)
Yes. VS.Net is busted. Add a single blank .cpp file to the root folder of the project and the properties window will return. Pretty interesting, eh?
#2
06/02/2005 (6:48 am)
Thanks Ben, that's fixed it alright. Can't say that's something I've had happen to me before in VS.NET.
#3
06/02/2005 (10:16 am)
Oh so that's what did it! I just deleted all the .cpp's in my own project and noticed it dissapeared.