Make CUDA build after MSVC

I’m trying to make vcpkg work with the CUDA plug-in for visual studio. Currently, CUDA compiles before MSVC compiles. Vcpkg installs immediately before the MSVC build resulting in CUDA attempting to build files without the required libraries installed. Is there a known workaround to this issue?