I am working on some legacy Visual C++ projects, trying to bring the code and libraries up to the present day, and am getting a flood of link errors. In my investigation into the problem, I am trying to determine where the values for many of the build command macros are coming from. I have seen the answers in questions like this, this, and this, however they all seem to lead back to the same incomplete list at Microsoft, and I have been unable to find the missing macro values.
The project contains several different path reference variables, such as $(VC_LibraryPath_x86), $(WindowsSDK_LibraryPath_x86), and others, which are not listed on the Microsoft page linked above.
If anyone can help me "fill in the blanks" and complete the list that Microsoft left incomplete (or perhaps they are on a much older list that is not on their site any more), that would be a great help.
Thanks.