I started a 3rd person project, at first I tested building without making any changes, and it was built successfully.
Now after making some changes (tried to bind a new key to a new function) I encountered some errors, which seem unrelated to the actual stuff I’ve added.
Any idea what’s wrong?
It seems that if I comment my new code the build still fails.
Following the docs I turned off the errors list, but regardless of whether the errors are showing or not the build still fails, and naturally I can’t run it afterwards.
Stupid mistake - the Unreal Editor was open. After closing it the build was successful.