I’ve downloaded an open source project I’d like to play around with. In it’s include directories it uses a macro called $(UserLibraries). I’ve already placed the proper libraries in a folder, now how can I edit that macro to point at the folder on my harddrive, instead of the original owners? Double clicking it, right clicking, etc, does nothing.
Here is specifically what it looks like
https://i.stack.imgur.com/GP7ha.png
Thanks.
open the vcxproj file directly in any text editor and change it there. i find this to be much easier than using the gui.