When I try to add a MVC 5 controller with views using entity framework in my web app project, as it attempts to scaffold, I am getting this error:
"There was an error running the selected code generator: 'There was an error getting the type (name of entity model here).' Try rebuilding the project."
I did previously switch from MVC 4 to MVC 5, which perhaps could be at the root of this error. Any help is appreciated, thanks.