Had the same issue with my older plugin. The solution was to prefix the header file name with “Modules” directory. I.e.
#include "Modules/ModuleManager.h"
instead of
#include "ModuleManager.h"
Had the same issue with my older plugin. The solution was to prefix the header file name with “Modules” directory. I.e.
#include "Modules/ModuleManager.h"
instead of
#include "ModuleManager.h"