Hi,
Please bear with me, I am new to Visual C++.Net. I have included two projects to a blank solution, one a static class library (named Vending Machine Library), the other a Windows Forms Application (named Vending Machine Controls). In the property pages of the Forms Application, in General under C/C++ folder of Configuration Properties I have typed the relative path to the static library folder:
../ Vending Machine Library
Also under Configuration Properties, under Linker folder, under Input, for Additional Dependencies I have typed the relative path to the Debug build of the static library folder:
../ Vending Machine Library /Debug/ Vending Machine Library.lib