This is the second time i ran into this problem. I installed some flavor of VS. All of a sudden, when I go to the File menue, there is no longer the option to create a new project. There is only the option to create new team projects. And yes, I didn’t just have Team Explorer installed. In this case, I had vs 2010 ultimate installed. So wtf? Turns out, if you select the project management profile when you first start up VS, it won’t allow you to create new projects. What doesn’t make sense is that I selected c# profile. Still, the solution is the same as if i did select the project management profile. Reset VS with this comand line command:
devenv.exe /resetuserdata
–a