I installed Visual Studio 2022 anew and for some reason, when I type #include "
, IntelliSense shows all available header files:
I don’t remember doing anything special to display only the headers added to the project, which what Visual Studio used to do when typing #include "
as opposed to #include <
.
Is there an option to bring back the old behavior?
4