Try downloading and installing the supported Microsoft Visual C++ Redistributable for Visual Studio 2015–2022 package. Microsoft combines the Visual C++ 2015, 2017, 2019, and 2022 runtimes into the same redistributable package, so installing the current version should replace or repair older 14.x runtime files, including 14.51.36247.
Download the official x86 installer from Microsoft:
https://aka.ms/vs/17/release/vc_redist.x86.exe
After downloading, right-click vc_redist.x86.exe and select Run as administrator. If the runtime is already installed, the installer will show a Repair option. Choose Repair to restore missing or corrupted files. If Repair is not offered, uninstall the existing Microsoft Visual C++ 2015-2022 Redistributable (x86) from Settings → Apps → Installed apps (or Control Panel → Programs and Features) and then run the installer again.
After installation completes, restart Windows. You can verify the installation by checking Apps → Installed apps for an entry similar to Microsoft Visual C++ 2015-2022 Redistributable (x86).
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin