Visual Studio 2019 minor version toolset doesn't work
Setting for example -T v142,version=14.22 doesn't work. It seems Microsoft have moved the props file from from for example:
"c:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\14.16\Microsoft.VCToolsVersion.14.16.props"
to for example:
"c:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build.14.22\Microsoft.VCToolsVersion.14.22.props"
Maybe it is a mistake by Microsoft? Or not, I filed a bug report to them though. Here: https://developercommunity.visualstudio.com/content/problem/756901/vctoolsversion-props-have-moved.html
Edited by Peter Westerström