cannot resolve error LNK2019

This other thread might be useful since it has a similar LNK2019 error in regards to TVector: Linker error when attempting to serialize FVector_NetQuantize10 in source builded ue5.0.3

Their solution was:

Someone called Laura on the UnrealSlackers Discord helped me, you need to add “NetCore” to your projects Build.cs

Does this fix your issue?