Hello! As the title states, I have set up a vs dll project, but when i build the project, only a dll file is generated; there is no .exp or .lib files. I have gone online to find a fix for this, but all of the fixes included something I already did, like adding the (proj name)_EXPORTS preprocesser definition and the __dllspec(dllexport) and import macro, so I hope you guys can help me. This is the first time i've asked a question on this sort forum, so i dont know exactly how much information to give, but basically, my dll project builds into a dll and lib file which is then used by another project in the same solution (and so the other project can't build because there is no .lib file). If you need any other info to help me, like source code screenshots or anything else, just tell me, as I wish to go back to working on my project asap. Thanks!