I\'m following a video tutorial where I\'m required to create an empty ASP.NET Web
Application with MVC
, using Visual Studio 2015
, bei
I had this issue with a different error message "-1 is outs the bounds of.."
The only thing that worked for me, was to remove the project from the solution by right clicking the project and selecting 'Remove'. Then right click the solution, Add Existing Project, and selecting the project to reload it into the solution.
After reloading the project, I can now add views again.