The following modules are missing or build with a different engine version

The only modules should be your project name and other sub modules if you decide to create them.
Having the plugins isn’t enough, if you reference them in code the you add their modules in the dependencies of the build cs file

the plugin’s main file that has the same name as the plugin has the module name.
So maybe go into the main file of the studio plugin and check it’s module name?
Then you can add it to the dependencies in your build file and it may start up correctly, or turn off it’s plugin in the uproject files.

1 Like