Launch Failed (Unknown Error)

link textI can’t launch my game because of this error, ( error file is attached).
been searching online to see what mainly causes the error but i can’t find it…

i have some errors about missing files too but im not sure how to fix them :frowning:

link text

Hello ,

It seems like there are some errors in your code which the launch is catching when it tries to compile your code.

These are the particular messages:
LogPlayLevel: UnrealBuildTool: D:\Users\Administrator\Documents\Unreal Projects\TheGame\Source\TheGame\Human.cpp(23) : warning C4996: ‘FTimerManager::SetTimer’: This overload of SetTimer is deprecated, please pass a FTimerHandle as the first argument. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
LogPlayLevel: UnrealBuildTool: e:\unreal engine 4\epic games\4.8\engine\source\runtime\engine\public\TimerManager.h(204) : see declaration of ‘FTimerManager::SetTimer’
LogPlayLevel: UnrealBuildTool: D:\Users\Administrator\Documents\Unreal Projects\TheGame\Source\TheGame\Human.cpp(94) : error C2059: syntax error : ‘}’
LogPlayLevel: UnrealBuildTool: D:\Users\Administrator\Documents\Unreal Projects\TheGame\Source\TheGame\Human.cpp(94) : error C2143: syntax error : missing ‘;’ before ‘}’

Could you take a look in Visual Studio and ensure that it is compiling correctly?

Thanks a lot ! that was the problem, i deleted the C++ file. i always wanted to do my projects fully in c++ but had a hard time finding the right syntax…