Is there a feature to link additional include directories from a document?

CDev-8220 470 Reputation points
2023-12-18T11:08:47.05+00:00

I have dozens of directories to link, and doing it manually is cumbersome.

Is there a way to have VS get this data from a list in a file, or can I write some code to add additional include directories from a list? Or perhaps there is a configuration file where VS stores this data, which I can edit?

Thanks.

Developer technologies | C++
Developer technologies | 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.
0 comments No comments
{count} votes

Answer accepted by question author
  1. RLWA32 51,536 Reputation points
    2023-12-18T12:02:31.6966667+00:00

    You could use a custom property sheet to provide the information in a .props file. See Share or reuse Visual Studio project settings

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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