cudart dll wrong version for samples

I was trying to install TensorRT-5.1.2.2.Windows10.x86_64.cuda-10.1.cudnn7.5 today and whenever I tried running any of the samples in VS 2019, it was trying to find cudart64_90.dll, however this version of TensorRT says its for cuda-10.1.
I checked and I have C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin (which contains the cudart64.101.dll) on my Path. Is there some reason that when I try to compile the samples, it is searching for the wrong version of the cudart dll? I’ve checked and the cuda_runtime_api.h file that is being included is in the CUDA\v10.1 area as well.
Thanks!
where_cudart64_101.PNG


where_cudart64_101.PNG