Compile/Build Errors 3.3.5

Hello Everyone,

I am trying to compile for the first time and I chose TrinityCore. I have been following the guide found here. I have downloaded and installed all porgrams with no issues. After building in VS 19 I run into 6 errors and it will not finish the build.

Here is my full log —> https://pastebin.com/pz3LiyNv

I also have the specific failures/errors here:

17>LINK : fatal error LNK1181: cannot open input file ‘SSL_EAY_RELEASE-NOTFOUND.lib’
17>Done building project “vmap4assembler.vcxproj” – FAILED.
18>LINK : fatal error LNK1181: cannot open input file ‘SSL_EAY_RELEASE-NOTFOUND.lib’
18>Done building project “vmap4extractor.vcxproj” – FAILED.
16>LINK : fatal error LNK1181: cannot open input file ‘SSL_EAY_RELEASE-NOTFOUND.lib’
16>Done building project “mmaps_generator.vcxproj” – FAILED.
15>LINK : fatal error LNK1181: cannot open input file ‘SSL_EAY_RELEASE-NOTFOUND.lib’
15>Done building project “mapextractor.vcxproj” – FAILED.

22>Done building project "authserver.vcxproj" -- FAILED.

23>Done building project "worldserver.vcxproj" -- FAILED.

I am using VS 19 Community (also tried the enterprise version)
Windows 10
I am trying to compile a 32bit version.

All programs being used are from the requirements found here

I am very new at this, so any information that can point me in the right direction would be perfect.
Thank you