VCRUNTIME140.dll is missing from your computer. try reinstalling the program to fix the problem

I am suddenly getting this error. Been riunning SU2025 Studio with occasional bugsplats (all with no information when looking for cause) but as of today (and this is the first instance of this) this is continuous after re-starts. Im wondering if its being caused by logi-options (running an Mx master 4). But the Mx Master works fine outside of Sketchup.

Ive only found old posts on this regarding C++ libraries?

The following is from the AI search:
To fix the “vcruntime140.dll is missing” error, download and install the latest Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 from the official Microsoft website. Alternatively, you can repair existing installations via Control Panel or run sfc /scannow to repair system files.
This has come up recently in another thread.

If you are using the cmd window you must run it as the administrator [an option] as your user-account’s normal privileges may not suffice.

sfc /scannow
doesn’t always fix everything, another slower step is to run

DISM /Online /Cleanup-Image /Restorehealth
before the /scannow…