I have created a Visual Studio Template that is delivered as an Extension (VSIX). I have used Visual Studio 2015 - Enterprise.
Within Visual Studio, when I go to 'New Project' my custom template is a child to the 'Visual C#' node. But I would like to host the template in a custom group, the structure would be Visual C# \ MyTemplateGroup \ ...
I am struggling in getting this to work. I have tried setting the in the vstemplate, but this fails.
The only success I have had is actually unzipping the VSIX file and changing the project subfolder from 1033 to 'MyTemplateGroup' But to be honest this is a bit of a hack.
Thanks