Static Const Variable Declaration

It seems that UE4\Engine\Source\Runtime\Engine\Public\Audio.h defines a macro called MAX_VOLUME… it might be conflicting with that (given your syntax highlighter made it purple, I’m guessing it is).

Could you try adding #undef MAX_VOLUME above your class declaration to see if the issue goes away then.