Step 1) : Go to your solution explorer and unload the existing ASP.NET project by right clicking and selecting “Unload Project”
Step 2) Right Click the Project in solution explorer and select “Edit ….csproj“
Step 3) Go to the Element called “ProjectTypeGuids” and change the content to.
[code language=”xml”]
<ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
[/code]
Save the file and Reload the Project and now you will have the MVC specific Items.
http://stackoverflow.com/questions/12122911/add-area-is-not-appearing-in-visual-studio-2010-ultimate