Warning CreateExport: Failed to load Outer for resource ... for many blueprints

I just had the same issue in UE5.2.
The solution for me was that I had a TSoftclassOf<> via a config file that I guess was being loaded (or attempted to at least) from a plugin before it was ready.
Swapped it to use a TSoftClassPtr<> and it worked perfectly.