I believe that the path to the corresponding pdb is built into the libraries themselves, and you can change it to c: \ pdbs_are_right_here on the build switches for your libraries (if they are really yours, not third-party ones).
For a DLL, this means that the project properties are \ linker \ debugging \ generate program database file.
For static libraries, the default name is uniform in VS2013 ('vc120.pdb'), but I think this has changed in VS2015 and has no idea about VS2003. In any case, if you are working in VS2013 \ 2012 \ 2010, you will have to explicitly override this name.
source share