I have just created an ASP.NET MVC 4 project and used Visual Studio 2012 RC to create a Controller and Razor Views for Index and Create Actions.
Index
Create
For me this solved the problem, in NuGet package manager console write following:
update-package microsoft.aspnet.mvc -reinstall