Basic FPS tutorial, running into compiler errors

I’m trying to follow this tutorial

I’ve only done the first couple of steps but already I can’t compile the header. I’ve attached the file here and the errors the compiler is returning are:

D:/Documents?Unreal Projects/redTide/Source/redTide/base.h(38): Error: Missing ‘;’ before ‘}’

but I don’t see anywhere where that’s actually the case???
And:

Error: UnrealHEaderTool failed for target ‘redTideEditor’ (platform: Win64, module info: D:\Documents\Unreal Projects\redTide\Intermediate\Build\Win64\Development\redTideEditor.uhtmanifest, exit code: OtherCompilationError (5)).

why is this happening to me?

(38) means line 38 in the base.h file. If nothing is wrong on line 38 then look for errors in the preceding lines.