Unresolved external symbol when compiling through VS, but not when compiling through Unreal Editor

Add this to all C++ Class what has this ‘GENERATED_UCLASS_BODY()’
AAvatar::AAvatar(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer)
{
}

1 Like