I specified Linker->General->Output File for my target .dll file. I wanted the corresponding .pdb and import .lib to be created in the same folder, but they weren't. How can I achieve that?
========================================================================= I've just found that. In Project Property->Linker->Debugging, pdb file can be set, and in Project Property->Linker->Advanced, import library can.
However, because I changed the location for the import library, building another project in the same solution would get an error saying it cannot open that import library. So now I need to find out how to specify the location of an import library which is needed as an input.