Hello there
I face a similar error every time I try to package any project. The error message is attached, as well as the output log.
Thank you in advance
Hello there
I face a similar error every time I try to package any project. The error message is attached, as well as the output log.
Thank you in advance
HI!
This happens, when you build UE4 from GitHub using default build configuration Development Editor/Win64. This configuration builds code for Editor only. You need open visual studio project of UE4. Set Solution Configuration to Development. Set Solution Platform to Win64 ( or Win32, Android, HTML5) and run Build. Visual studio build additional binaries and then you can create packages for needed platforms.
Thank you so much. But as a beginner, I have no idea how to access the commands and parameters you mentioned. Currently I’m trying to package my project from the File Menu of the editor. I’m sorry for lack of experience of mine, but would you please let me know how to resolve the problem in more details?
Dear sir,
Unfortunately my problem’s not solved yet. I could not find how to solve the problem based on your instructions. Would you please let me know how to do that step by step?
Thank you so much
Hey FarzadMoshiri-
If you are using a source build of the engine then the first step is to open the UE4.sln in the file path where the engine was installed. Once Visual Studio opens you should see two rectangular boxes, one that should say “Development Editor” and the other that should say “Win64”. Click the box that says Development Editor to open the dropdown and change it to Development and then build the solution. Once this finishes you should be able to open the project again and package it.
Cheers