C++ Visual Studio 2022 #include trouble

La Psychose 5 Reputation points
2024-11-03T18:49:53.35+00:00

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:

User's image

Visual Studio 2022:

User's image

Developer technologies | C++
Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. La Psychose 5 Reputation points
    2024-11-03T19:24:09.2166667+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.