I'm having a problem linking in C++
I have my cpp file named as : XYZ
I have another header file and a corresponding cpp file which I’m trying to link.
which I have added in the C/ C++ (General) properties , I have added the path for the location as:
E:\MY_Plugin\My_Plugin_cutdown\My_Utilities
In the Linker/General, I ahve defined the location of the release library as below
E:\MY_Plugin\My_Plugin_cutdown\x64\Release
And in the linker properties as
added the name of the library Thermal_Utilities.lib
When I compile, I get an error (link error) "unresolved_external_symbol"