1 | initial version |
In Visual Studio, references are for assembly (.Net dll) or COM object. You can't reference your C++ dependencies in that way.
But for loading information about dll in the windows system, you should read this article from Microsoft: Article