Today I updated my Visual Studio 2017 to the current version 15.3.3. Afterwards code errors are not highlighted in the code editor anymore. What I've tried so far:
- Resetting user settings
- Deleting the .vs folder from my solution
- Deleting the visual studio folder from my AppData folder
- Repairing VS with the Visual Studio Installer
- Clean installation of Visual Studio (so no VS extensions or plugins installed)
In new created projects IntelliSense and the error highlighting is working as expected. I have this issue only in my existing ASP.NET 4.5 projects. So this is obviously connected with some project settings. Then again my colleagues are working with the same project and same VS version with no issues.
Any ideas?