Package Plugin Failed 4.20

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"