VS.NET: Missing item templates in Visual Studio
Posted in Microsoft, Visual Studio 2010
Thanks to Eric Hammersley who gave the perfect solution. To add missing templates you need to run following command (Elevated!) on visual studio command prompt.
Close all instance of Visual Studio. Open visual studio command prompt and type,
devenv /installvstemplates
Press Enter. Let the process be complete and now open visual studio. You will get all missing templates under Visual Studio installed templates.
Have phun!