I’m working on a C++ group project in Visual Studio. In the project properties I set it up to link to several libraries (3D rendering, physics, …) in C:/Program Files. Will my project not work on someone else’s computer if their libraries are installed in another location such as C:, E:/Libraries, etc… ?