I\'m new to the C# MVC project type and when I created an empty C# MVC project, I noticed the following error:
The view \'Index\' or its master was not found
I've had this problem a few times before and it can be any of the other answers, but it can also be the Build Action that is causing the issue.
If you right click on the .cshtml/.vbhtml file that you are having a problem with, select Properties, and in the properties window set the Build Action to Content then this can be a solution to your problem.