I'm using Visual Studio 2013 for web with MVC 5.
When trying to add a new controller to the "Controllers" map in my project, here's what I do: right click controllers, Add, New Scaffolded Item, "MVC 5 controller with views using EE". I fill in the Controller Name, Model class etc.. But the "Add" button is greyed out.
- The project is selected.
- I'm not in debugging mode
- I'm able to add a class to Models folder