On second thought I dont… I thought IT compiled but now I’m getting unrecognized type again.
I removed every declarared function and implmentation using that type except one for testing, ensured the class was #included in the classes header…
Tried UObject tried basic class with constructor and destructor, tried moving all definitions to the .cpp file, tried removing all cstdlib stuff.
I’m guessing since its not a stock engine data type I cant use a “class” as a data type.
Trying an object based class called FAngle and going to try using that just blank and see.