[solved] upgrade c++ project from ue 4.24 to 4.25 under Linux

Firstly:
/home//UE/UnrealEngine/GenerateProjectFiles.sh /home/projectName/projectName.uproject -game
Then:
cd /home/projectName/
make projectNameEditor
then try to run again. So you need to make ‘Editor’ project for this… it was hard enough for me.

1 Like