Creating a third party DLL

I need to include the Core UE4 into my separate application to convert datatypes (FString, FName) into non UE4
classes.

I tried building UE4Editor-Core.lib into my application and include the necessary headers without much luck.

Do I really need to make a plugin for this?