Newbie needs help. Making Pawn that doent have a camera child? Eg. For Space Invaders games etc

I think I found it here: GitHub - youlanhai/StrategyGame but it’s 4 years old and I can’t get it to compile.

Running C:/Program Files/Epic Games/UE_4.24/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Code/StrategyGame/StrategyGame.uproject” -game -rocket -progress -log=“C:\Code\StrategyGame/Saved/Logs/UnrealVersionSelector-2020.05.15-16.59.48.log”
Discovering modules, targets and source code for project…
While compiling C:\Code\StrategyGame\Intermediate\Build\BuildRules\StrategyGameModuleRules.dll:
c:\Code\StrategyGame\Source\StrategyGame.Target.cs(19,12) : error CS0246: The type or namespace name ‘UEBuildBinaryConfiguration’ could not be found (are you missing a using directive or an assembly reference?)
c:\Code\StrategyGame\Source\StrategyGame.Target.cs(54,26) : error CS0246: The type or namespace name ‘GUBPFormalBuild’ could not be found (are you missing a using directive or an assembly reference?)
c:\Code\StrategyGame\Source\StrategyGameEditor.Target.cs(19,12) : error CS0246: The type or namespace name ‘UEBuildBinaryConfiguration’ could not be found (are you missing a using directive or an assembly reference?)
c:\Code\StrategyGame\Source\StrategyGameEditor.Target.cs(25,21) : error CS0246: The type or namespace name ‘GUBPProjectOptions’ could not be found (are you missing a using directive or an assembly reference?)
ERROR: Unable to compile source files.