ERROR: UBT ERROR: Failed to produce item: /media/tulipanrog/Data/Proyectos/Unreal Projects/Hero/Binaries/Linux/libUE4Editor-Hero-4316.so

Hi guys, i was doing this tutorial http://blog.spissa.com/2014/09/21/introduccion-al-desarrollo-de-video-juegos-con-unreal-engine-4/, i create a custom character class and try to compile the source code and i get this error:

I don’t know why happen this, but, if i can’t compile this i can’t select this custom character class as base for the new blueprint class and do the next step.

I’m using ubuntu 14.04.3 and CLang 3.7. Thank you.

Update: I was thinking that this problem could be that try compile before in the IDE and not in the Editor, so, i created a new project, entire project and create a new class and do compile and it works, i don’t know why, but, it run!.

It’s a very extrange bug.

Do not use clang 3.7. It is not supported yet. Use either clang 3.3, 3.5 or 3.6. As I mentioned in the other post, make sure you didn’t compiled the UE4 Engine using sudo.