Predefined type System.Object is not defined or imported
I'm having this weird error only in .cshtml files in VS 2015. The error doesn't show up when I open the project with VS 2013. Error CS0246 The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?) here are my references: <ItemGroup> <Reference Include="Microsoft.CSharp" /> <Reference Include="Sitecore.Kernel, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>N:\XXX\Sitecore.Kernel.dll</HintPath> </Reference> <Reference Include="Sitecore.Mvc"> <HintPath>N:\XXX\Sitecore.Mvc