- Your constructor and destructor definitions in the .cpp refer to a MyBlueprintFunctionLibrary, there is no such thing, as per the .h it’s supposed to be UMyBlueprintFunctionLibrary. Unless you actually need a constructor/destructor remove them entirely.
- T_LOAD_IT_API should probably be FTL_OVERDRIVE_API as that macro is generated from the project name.