Hi all, getting this fatal error whenever I try and package a project with the DMX plugin installed and BP only.
Module.DMXRuntime.gen.1_of_2.cpp.obj : error LNK2001: unresolved external symbol “public: virtual void __cdecl UDMXEntityController::PostInitProperties(void)” (?PostInitProperties@UDMXEntityController@@UEAAXXZ)
Anyone know how I could fix it? Thank-you!
This needs to be fixed in the plugin code. It may be resolved on your side if you rebuild the code using VS2019, perhaps.
So how would I find the plugin code because the project was created as a BP project so to see any C++ files, I added an empty C++ class. However when I rebuild in VS, it succeeds no problem because there is only an empty C++ class…