0

I can go through projects and do the following: right-click-->Properties-->C/C++-->General-->Additional Include Directories, and add the directories I wish.

However, there is an "inherited values" section on that dialog. I'd like to set a bunch of include and lib directories, pre-processor defines, and libraries to link to for the entire solution at once. I would have thought this would be a tab on the solution's properties but it isn't.

Swiss Frank
  • 1,985
  • 15
  • 33
  • 1
    Use a props file https://learn.microsoft.com/en-us/cpp/build/create-reusable-property-configurations?view=msvc-170 – Alan Birtles Jun 07 '22 at 06:52
  • Thx Alan, looks like the exact right answer. If you answer thusly I'll mark it as right. Otherwise I'll answer my own question with a more detailed walkthrough of the solution you've pointed to. – Swiss Frank Jun 07 '22 at 07:03

0 Answers0