Compiling from github (Main branch up to CL 2037954)

When trying to compile from github master branch (Main branch up to CL 2037954) I get a few did not override any base class methods like this:

UnrealEngine\Engine\Source\Runtime/Engine/Private/PhysicsEngine/PhysXSupport.h(516): error C3668: 'FApexNullRenderResourceManager::createSurfaceBuffer' : method with override specifier 'override' did not override any base class methods

and

unrealengine\engine\source\runtime\online\http\private\curl\CurlHttp.h(9): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory

build output

Check out the workaround here for the first problem.

The second one looks like you’re missing libcurl in your third party directory. You may need download a newer version of the third party extra file zips, we may have added that.

Cheers,
Nick (Epic Games)

thanks :slight_smile: I missed that there are newer version of the dependency zip files