Help, Editor Error with two plugins relationship

I have a problem, if I create a game instance subsystem in a plugin, and then I create a Blueprint Actor class in the editor that inherits from another plugin. Now if I call the above-mentioned game instance subsystem function in the Actor Blueprint class, it can run normally. But after recompiling the .sln project, the blueprint class will report an error. The subsystem cannot be found.