error LNK2019: unresolved external symbol
Posted: Thu Aug 01, 2024 3:42 pm
Hi, i am trying to create a custom plugin using CloudCompare built in functions for regisration. I was able to add the header #include "ccRegistrationTools.h" inside my cpp file, but i keep getting error: "error LNK2019: unresolved external symbol" and "fatal error LNK1120: 1 unresolved externals". Did someone get similar issue?