NegInfinity/ProjectExodus

Intellisense goes bonkers with "" include files in VS 2019

Opened this issue · 0 comments

Apparently Visual Studio Intellisense is unable to properly resolve local include files within the project. Specifically it cannot locate "" includes within the same folder and does not see them.

Need to verify if C++ standard has changed the way of processing local files, and whether I might be in a wrong and the naming scheme needs to be changed...