- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report Inappropriate Content
It's hard for someone who is an end user to understand why a Visual C (redistributable) tool from 2019 is calling a Visual C tool from 2015. 2015 can use the latest, and 2019 should not need 2015:
"Visual Studio versions since Visual Studio 2015 share the same redistributable files. For example, any apps built by the Visual Studio 2015, 2017, 2019, or 2022 toolsets can use the latest Microsoft Visual C++ Redistributable. However, the version of the Microsoft Visual C++ redistributable installed on the machine must be the same or higher than the version of the Visual C++ toolset used to create your application."
Certainly, many things are being transferred to 64-bit and 32-bit is being abandoned, and that is the designation of x64 vs x86 (86 being the old cpu standard). It's not unusual to find both installed for the same year C++.
I'm not sure any peer user can help with this. Even if I had this computer in my hands, your own IT person is likely better geared towards resolving this. Have they contacted Intuit about it?
Don't yell at us; we're volunteers