Hi,
I'm facing a problem when creating a C++ project from a custom template using Visual Studio 2013, steps to reproduce:
- I created a C++ project which compiles fine ...
- I used File->Export Template to export the project as a template, in the wizard I checked "Automatically import the template in Visual Studio"
- When right clicking the solution item -> Add -> New Project, the template shows up in the list but .... when selecting it I get an "Access Denied" error. It seems the project was created in the selected folder on disk, but it was not added to the solution in Visual Studio.
Any ideas, thx !