Reputation: 1
For some reason when I start a new project in Visual Studio 2010 Express, I can't add a new item. There's not even a choice for it in the projects menu anymore, it only says rescan solution. It was working fine and all of a sudden did this and I don't know how to fix it.
Upvotes: 0
Views: 1251
Reputation: 103751
In the solution explorer, make sure you have the project selected. It sounds like you have the solution selected instead.
Correct:
Not correct:
Upvotes: 3