I'm writing a
Visual
Studio
extension of a new c++ project template on Visual Studio 2010. I 'm doing it by the method of .vsz
template.
I followed the MSDN steps: I created a new project of this type: Visual C++->Custom Wizard. there I edited the default.js file, the Template.inf file and more. after changing all the needed, I saved my changes using ctrl+s, closed the VS IDE,
and opened a new instance of VS. There I pressed on the New Project button, and there I expected to realize my new template in Visual
C++ projects tab, but it was not there, but it was by Other
Languages->Wizards tab. Do you know how I can locate my template in the main tab of Visual C++ projects? thanks
in advanced!