C++ Visual Studio 2022 #include trouble

La Psychose 0 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

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,191 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,758 questions
{count} votes

1 answer

Sort by: Most helpful
  1. La Psychose 0 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.