Missing templates in Visual Studio 2010
It happens sometimes that Visual Studio installed templates are missing. To add missing templates, first, close all instance of Visual Studio and then type the following command on visual studio command prompt:
devenv /installvstemplates
Press Enter. Let the process be complete and then open visual studio. You will get all missing templates under Visual Studio installed templates.