How to make + use c++ libraries in vs?
I have an vs project and it compiles file. I want to use some the header files of that project in some other project. The problem is that the first project cannot compile with the setting in the other project. Is there a way to compile it from before and use it later?