Red lines but no compilation errors VS 2017

  • Thread starter Thread starter Ante Meridian
  • Start date Start date
A

Ante Meridian

Guest
Greetings everyone.

Most of the code under development in my company is in c#, but I am responsible for an old dll written in c++.

We recently converted from VS2015 to VS2017. After switching over, I started getting lots of red squiggly lines, like so.

1310047.png

If I hover the cursor over one of the red lines I get "name followed by '::' must be a class or namespace name".

The code compiles and runs fine with no errors. But those red lines are annoying the bejesus out of me.

Does anyone know what the hell is going on and what I can do about it?

Continue reading...
 
Back
Top