My Vulkan sdk is 1.3.216.0. BUILD_SHARED_LIBS is not checked. The cmake flags use MD. CMAKE_MT is CMAKE_MT-NOTFOUND but in the cmake configuration for the vsg project it was found. The CMAKE_STATIC_LINKER_FLAGS variants are blank except for /machinex64. My video driver is also out of date. It seems like the cmake file for MyFirstVsgApplication is trying to use shared libs even though that option is not enabled. And for some reason this cmake file can't find MT.exe while many other cmake files can. Hmm, VSG_Examples also fails to find CMAKE_MT.
I have an old NVIDIA GeForce GT 650m on my dev laptop.
This is the first vulkan program I have tried on this computer. I will look for another to test.