The C++ Redistributable for Visual Studio 2017 installs the following:
One major source of confusion: The 2015, 2017, 2019, and 2022 redistributables are now binary-compatible . c++ redistributable 2017
: Multiple applications can share the same redistributable installation, which saves disk space. Why You See Multiple Versions The C++ Redistributable for Visual Studio 2017 installs
If you see an error claiming these files are missing, it does not necessarily mean you need the 2017 Redistributable specifically. Because of the binary compatibility mentioned earlier, installing the newer often solves the problem, as it includes the libraries from 2017 plus newer security updates. c++ redistributable 2017
If you install the latest , you generally do not need the standalone 2017 version anymore. However, many older installers still explicitly check for “2017”, so you may end up with both—and that’s okay.