In Visual Studio 2015 when I want to create MVC application there is no MVC option like below 
Also when I open a .cshtml file look like below (not formatting, not coloring, not intellisense) 
I tried below suggestions but doesn't resolve
- Install web developer tools by Visual Studio setup modification
- Change .net framework version from project screen
- devenv.exe /resetuserdata
- Delete %LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache files
How can I solve ?
