can plugin add dynamicmodule?

i add a module in my plugin’s build.cs: such as

DynamicallyLoadedModuleNames.AddRange(
new string[]
{
“firstperson_1228”,
// … add any modules that your module loads dynamically here …
}
);

but can’t not start because of this error:
Module rules for ‘XXXplugin’ should not be dependent on modules which are also dynamically loaded: firstperson_1228