#unresolved external symbol on variable
15 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
Are you sure you’re linking it correctly? If you’re using visual studio, have you added the .lib file as input?
Are you initializing importer?
Also static class 
Yeah. You have to initialize all static variables in cpp-files. Otherwise the linker cant find an object in the compilation unit which will cause linking error.
yeah I wasn't because I couldn't without using new but i changed it to a pointer and still get that error
Are you using C++17?
inline static Assimlg::Importer importer = …
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity