It seems that no matter what I do, I can't get the Additional Dependencies to properly link my static library.
This static library is created from another project I made. I've tried adding it as a reference, forcing project dependencies, double checking that the path to the lib is correct. The only thing that seems to make my unresolved external linker errors disappear is a #pragma comment (lib, XX).
Does anyone know why this is? I'd very much like to avoid the #pragma comment and just have it added as an additional dependency.
Thanks!