This might be a basic question but I wish to know what people find to be more convenient for them.
I wish to have some paths added to all projects that I open in VC++. How can I make these paths are saved even after I restart visual studio.
1) Lets say for example we have Directx lib that is being constantly updated by Microsoft. How can I create a variable like 'path' to store the changing library installations over time so that I don't need to update my library dependency in every project to the new installation folder.
2) Is there any difference in adding these search paths(so all VC++ projects use it) for header files and libraries?
It might sound strange but after using visual studio for a year, I am trying to make my dependencies management less time consuming.