How can I statically link my project dependencies using vcpkg with Visual Studio?

You need to set your lib directory under Configratuon Properties->VC++ Directories to vcpkg static lib directory. On top of that you need to then link the libs under the Configuration Properties->Linker or using pragma comment(lib,"libname")