Run project without c++ files

Hi all. I have project with c++ files. How I can run my project with blueprint, but without c++ files?
I want compile project on my computer with c++ files and run project on another computer without c++ files

Hello ,

If you wish to run a code project on another PC without including the source, all you need to do is ensure that you’re including everything else. You’ll need to include the following folders: Binaries, Config, Content, Intermediate, Plugins (if applicable), and the .uproject file.

You’ll also need to make sure that the other computer has the same version of the editor as you. If you attempt to convert it to another version of the editor, it’ll fail as it requires the source and needs to recompile for that new version.

The project that doesn’t have the source files will not be able to compile, package, or cook successfully due to not having the source files but it should be fit for general usage.

It works! But project requires recompile plugins.!

Message on the similarity of the

Are you compiling the project on a Windows PC and then trying to open it on a Mac without the source?

Windows PC, I found this picture on the Internet

Could you send a picture of the actual error that you’re receiving? Also, are you sure that both computers you’re using have the exact same engine build from the Epic Games Launcher?