hi guys,
I am trying to load a plugin, but get a promotion Plugin ‘xxx’ failed to load because module ‘xxx’ could not be found.Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.
But I am surely recompiled it with no errors in VS. Then I found this warning from log file ModuleManager: Module ‘xxx’ not found -its staticallyLinkedModuleInitializers function is null.
Can anyone shed some light on this problem? I am really confused, Thanks in advance!
look SourceCode ModuleManager.cpp
// Check if we’re statically linked with the module. Those modules register with the module manager using a static variable,
// so hopefully we already know about the name of the module and how to initialize it.
// Monolithic builds that do not have the initializer were not found during the build step, so return FileNotFound
// (FileNotFound is an acceptable error in some case - ie loading a content only project)