The Visual Studio project assumes that you have an integrated vcpkg installation.
Run vcpkg install tesseract:x64-windows-static
or vcpkg install tesseract:x86-windows-static
to install the required libraries depending on which configuration you want to compile.
Open and compile with the Visual Studio solution. Done!