I have Visual Studio 2010 and recently both at home and at work have had an issue with missing projects in the Installed Templates. All that projects and the folder called \
Make sure the .NET version at top of template list matches your solution's .NET version
Run devenv.exe /installvstemplates
with elevated privileges
I've just run into this issue and resolved it by doing the following:
I had the same problem, but with the C#
code item templates, and I fixed it with the following:
Tools/Options/Environment/International Settings/Language:
"Same as Windows" instead of "English"
and then restart VS2010.