Automation Tool Failed During Launch

Alright, so after trying to move the plugins locally, it looks as though my Saitek X52 Pro Plugin isn’t compiling normally. This may have something to do with the issue I am experiencing. The weird part though, all the errors are coming from the line “GENERATE_UCLASS_BODY()” in my custom class. It’s saying things like…

Error 1 error C2065: ‘P_FINISH’ : undeclared identifier
Error 2 error C2275: ‘UIntProperty’ : illegal use of this type as an expression
Error 3 error C2065: ‘Page’ : undeclared identifier
Error 4 error C3861: ‘P_GET_PROPERTY’: identifier not found Error 5 error C2275: ‘UByteProperty’ : illegal use of this type as an expression
Error 6 error C2065: ‘StringID’ : undeclared identifier

The above are parameter names for some of the parameters in my functions but I’m clueless as to why it’s not properly compiling.

I’m going to try to delete my intermediate and binary folders of that plugin and rebuild to see if this gets better but this could very well be an issue due to a change from 4.4.3 and I’ll let you know if that happens to work.