I get the below error when I open RazorEngine cshtml template file in my VS 2015 project.
Feature 'implicitly typed local variable' is not available in c# 2. Please use language version 3 or greater.
The template compiles correctly, just the intellisense is broken.
The project is set up to use .net 4.5 while building. The app is also not an ASP.Net, but a desktop one.
The intellisense also worked fine in VS 2013. The issue appeared after the upgrade to VS 2015.
Does anyone had similar issue and could advice how to resolve this?