I’ve downloaded the source build from 4.7 branch today and it failed to build (using Development Editor Win64).
Was I right in downloading the 4.7 branch or should I’ve used the promoted or master branch instead? I’m looking for the latest “preview” version of 4.7, just from source instead of binary since I need the dedicated server.
Here are the errors:
f:\unrealengine-4.7\engine\source\editor\introtutorials\private\STutorialButton.h(29): error C2146: syntax error : missing ';' before identifier 'HandleButtonClicked_AssetRegistryChecker'
1>f:\unrealengine-4.7\engine\source\editor\introtutorials\private\STutorialButton.h(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\unrealengine-4.7\engine\source\editor\introtutorials\private\STutorialButton.h(29): error C4183: 'HandleButtonClicked_AssetRegistryChecker': missing return type; assumed to be a member function returning 'int'
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(177): error C2653: 'FWidgetActiveTimerDelegate' : is not a class or namespace name
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(177): error C3861: 'RegisterActiveTimer': identifier not found
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(177): error C3861: 'CreateSP': identifier not found
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(183): error C2143: syntax error : missing ';' before 'STutorialButton::HandleButtonClicked_AssetRegistryChecker'
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(183): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(184): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(191): error C2825: 'EActiveTimerReturnType': must be a class or namespace when followed by '::'
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(191): error C2039: 'Continue' : is not a member of '`global namespace''
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(191): error C2146: syntax error : missing ';' before identifier 'Continue'
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(191): error C2065: 'Continue' : undeclared identifier
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(224): error C2825: 'EActiveTimerReturnType': must be a class or namespace when followed by '::'
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(224): error C2039: 'Stop' : is not a member of '`global namespace''
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(224): error C2146: syntax error : missing ';' before identifier 'Stop'
1>F:\UnrealEngine-4.7\Engine\Source\Editor\IntroTutorials\Private\STutorialButton.cpp(224): error C2065: 'Stop' : undeclared identifier