Plugin 'X' failed to load because module 'X' could not be loaded launch error

In my case,I was doning some refactoring,the reason is that I deleted the plugin module file
YourPluginName.h and YourPluginName.cpp,that’s where the module is declared!

2 Likes