I have created an MVC project with Entity Framework on a team with Visual Studio 2015 (with the appropriate updates).
I was able to add a controller linked to one of my entities, to test it. Once verified its proper functioning, I wanted to continue this project on a netbook that has Visual Studio Enterprise 2017 RC.
I would like to add (obviously) the rest of the controllers for the rest of the entities, and by right clicking on the "Controllers" folder looking for "Add-> Controller", the latter option does NOT appear.
What could be happening ...?