I'm working with MVC 5, I've created a Products model (Entity Framework code-first) and when I try to add a Products controller I select my items like so:
Then when I click Add I get the following error:
Anyone ran into this before? Do I have to uninstall VS 2013 and re-install it?
EDIT
@DeJaVo I followed everything from the post you supplied and now I'm getting this error:
I've rebuilt the project and the error persists.