Timal Peramune
Timal Peramune

Reputation: 309

Templates folder missing in Microsoft Visual Studio for C#

how visual studio looks like for me at the moment

This question was previously asked and I did click the "Open Visual Studio Installer" link. When installing, I also check marked the ".NET Desktop develepment move and clicked "Modify" but still no luck. Does anyone have a solution to this or have run into the same problem?

The version I'm using is Microsoft Visual Studio 2017 Community version on a Windows 7 Enterprise OS.

Upvotes: 0

Views: 1909

Answers (1)

Chris Dunaway
Chris Dunaway

Reputation: 11216

If you look in \Common7\IDE\ProjectTemplates or \Common7\IDE\ItemTemplates, do you see any templates installed there?

Try re-registering your templates by issuing this command from the VS Command prompt:

devenv.exe /InstallVSTemplates 

Upvotes: 1

Related Questions