Template Project in VC++ 2010

Hello Everyone, I'm newish to C++ and am trying to make my first jump into video game programming, but the thing is that I want to make a sort of template project in Visual C++ 2010, can anyone tell me how I would be able to do this if its possible?
What do you mean by template project? If you are referring to project templates http://msdn.microsoft.com/en-us/library/6db0hwky VS2010 does not support them for unmanaged c++ but you can create a custom project wizard.
What I mean by project templates is that I want to have the settings that I have for one project and a template for the code.
Then you probably want the custom project wizard http://msdn.microsoft.com/en-us/library/96xz4cw2 this allows you to customize the entire project creation. I recently used it to create an SFML wizard http://cplusplus.com/forum/lounge/72064/ probably the biggest problem I had was my lack of JScript knowledge.
Thanks that really helps!
Topic archived. No new replies allowed.