C++ Enum : Only Uint8 Supported

I have looked at other posts and seen that you must declare enums as type uint8, I have done this, however my code still refuses to compile stating that only uint8 is supported. I am unsure what to do about this, I have never made an enum in c++ before, so I could have made a simple error. My code is written below.

Remove ZOMBIESCLONE_API from the enums.

My lord, I’m an idiot. Thank you!