I'm studying ASP.NET Core MVC on a MacOS.
When I create a new project, the IDE automatically arrows my Views in a folder called "Home". If I change the name of this folder or change the Folder Views I get an error message when executing the project:
"InvalidOperationException: The view 'Index' was not found."
I opened all the files to see if any of them were going to the Views path but I did not succeed.