'UnrealBuildTool.UnrealBuildTool' does not contain a definition for 'BuildingRocket'

I had the same issue.

CodeSpartan’s answer to this question solved it for me.

In your case you’d look in KaboomArenaServer.Target.cs and change the BuildingRocket() call to IsEngineInstalled().

Hope that helps.