I have followed the answers provided by very similar posts as you will see in the step by step listed below.
Razor view Type does not inherit from 'Syst
Remove the web.config from your Views folder.
web.config
Views
As you're including Partial1.cshtml from that folder, it is also including the web.config from within there. And that web.config is saying that all pages must inherit from WebViewPage.
Partial1.cshtml