Help on debugging

Hi everyone, this is mi first time here and well I’m having a little bit of trouble with my project, the project compiles completly and without any errors or warning but when I try to launch an instance to debug the game, it suddenly tell me that the “UE4Editor.exe has triggered a breakpoint.” and it immediately exits the UEditor.

Here is a copy of the Outputlog wich VS2015 makes during compiling:


Fatal error: [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.10\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp] [Line: 2071] 
UObject() constructor called but it's not the object that's currently being constructed with NewObject. Maybe you trying to construct it on the stack which is not supported.
UE4Editor.exe has triggered a breakpoint.

UE4Editor.exe has triggered a breakpoint.

[2016.01.06-11.06.44:553]  0]LogWindows:Error: Windows GetLastError: The operation completed successfully. (0)
[2016.01.06-11.06.44:553]  0]LogWindows:Error: === Critical error: ===
Fatal error: [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.10\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp] [Line: 2071] 
UObject() constructor called but it's not the object that's currently being constructed with NewObject. Maybe you trying to construct it on the stack which is not supported.




[2016.01.06-11.06.44:601]  0]LogExit: Executing StaticShutdownAfterError
[2016.01.06-11.06.44:603]  0]LogWindows: FPlatformMisc::RequestExit(1)
The thread 0x1f3c has exited with code 3 (0x3).
The thread 0x1d80 has exited with code 3 (0x3).
The thread 0x1d18 has exited with code 3 (0x3).
The thread 0xfe8 has exited with code 3 (0x3).
The thread 0x1600 has exited with code 3 (0x3).
The thread 0x4e4 has exited with code 3 (0x3).
The thread 0x19cc has exited with code 3 (0x3).
The thread 0x1ce4 has exited with code 3 (0x3).
The thread 0x1710 has exited with code 3 (0x3).
The thread 0x219c has exited with code 3 (0x3).
The thread 0x1848 has exited with code 3 (0x3).
The thread 0x23f4 has exited with code 3 (0x3).
The thread 0x1b28 has exited with code 3 (0x3).
The thread 0x2244 has exited with code 3 (0x3).
The thread 0x1fb4 has exited with code 3 (0x3).
The thread 0x1760 has exited with code 3 (0x3).
The thread 0x944 has exited with code 3 (0x3).
The thread 0x1a20 has exited with code 3 (0x3).
The thread 0x1098 has exited with code 3 (0x3).
The thread 0x23b8 has exited with code 3 (0x3).
The thread 0xe20 has exited with code 3 (0x3).
The thread 0x2220 has exited with code 3 (0x3).
The thread 0x2098 has exited with code 3 (0x3).
The thread 0x2300 has exited with code 3 (0x3).
The program '[3680] UE4Editor.exe' has exited with code 3 (0x3).

Any help would be greatly appreciated.