I’m using the latest msvc and its compiler version (19.12) is too high for my nvcc v.9.0.176. I’ve tried modifying the #ifdef check in host_config.h to just support 1912 but that has some pretty gnarly results when you actually attempt to compile a project.
Right now, I’ve just fallen back to msvc 2015 and my code still works thankfully so I guess I can advertise I’m msvc 2015 compatible :P