C++ Visual Studio 2022 #include trouble
La Psychose
0
Reputation points
Good day! I've a trouble with my Visual Studio 2022. When I trying to include a file from project directory by using #include "test.h" an intellisense is displaying an all files from other includes (like winapi and C++ files)
It's a not problem with project, because in Visual Studio 2019 all good. I just want to see only files in project directory by using #include with double quotes
Visual Studio 2019:
Visual Studio 2022: