Skip to main content

Visual Studio 2013 : Some projects templates are missing, a quick fixed!

A quicker solution that has always worked for me was to do the following:
  1. Open a Visual Studio Developer Command Prompt (from under Tools inside the VS folder)
  2. Run devenv.exe /setup templates
  3. Close and re-open Visual Studios.

Comments