LNK2019 unresolved external symbol error from plugin

Hi all, I was trying to resolve another issue when I thought I should try rebuilding my game code in Visual Studio. The following errors popped up and now I can’t load my game in the editor.

The errors are from the engine plugin Text3D which I had to copy into my project a while back so I could compile it for Android. I’m not sure why it’s a problem now.

I’m not a C++ expert by any means but from my research so far I think I understand that the issue is that I need to find the freetype.lib and add it to my external dependencies. Unfortunately all the solutions I’ve found online are several years old and reference project settings and options that don’t seem to be there anymore in Visual Studio 2022.

I’ve hit a wall on this but I’m hoping it is an easy fix for someone here and I can get access to my project again.