Check the Administrator Tools -> Event Logs -> Application, and see if there are any errors logged by VS. My first guess is templates could not be loaded.
You could try to shut down VS, then from a command line navigate to the folder containing devenv.exe, and run
devenv.exe /setup
which will force all project and project item templates to re-expand.
-Dan
This posting is provided "AS IS" with no warranties, and confers no rights.