I encountered
There is no build provider registered for extension cshtml
error for one of my projects that use MVC 3. That makes auto-complete not work. The program still runs, but it's quite annoying.
I already have the Web.config in place and included all required references. As a matter of fact, my other projects that have the same configuration do not have the problem.
Am I missing anything other than checking the Web.config and references?