Recently, I've installed VS2022 and installed the following tools
msvc v140 - vs 2015 c++ build tools (v14.00), msvc v141 - VS 2017 C++ x64/x86 build tools (v14.16), msvc v142 - VS 2019 C++ x64/x86 build tools (v14.29)
I found that when I installed the tools above, I could find three folders in
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC
that is
I fould folder named '14.16.27023' for VS2017 tool msvc v141, folder named '14.29.30133' is for VS2019 tool msvc v142 and folder named '14.38.33130' for VS2022 tool msvc v143. I also found that every folder above contains sub-directorie like 'bin\Hostx64\x64' and has a cl.exe file in it.
What makes me confused is I can't find a folder and a** cl.exe** file for VS2015-msvc-v140-tool. I wanna ask why and where could I find the cl.exe file for VS2015-msvc-v140-tool.
Thanks a lot!