Runtime DataTable - Import/Export text CSV or Google Sheet at runtime and auto-update structs and UObjects!

Hello, i recently acquired the plugin however i have had some difficulties getting it to work with C++

Whenever i have FEasyCsvInfo variable marked with UPROPERTY() the engine will fail to compile with the following error

error LNK2019: unresolved external symbol "__declspec(dllimport) class UScriptStruct * __cdecl Z_Construct_UScriptStruct_FEasyCsvInfo(void)

I alredy added RuntimeDataTable to my .Build cs files on my PrivateDependencies, im also including the relevant headers on my class (EasyCsv.h )

If i remove the UPROPERTY macro it compiles correctly however i need to expose an FEasyCsv struct to my C++ classes