The dependency walker logs are not the easiest to interpret, because there are a lot of misleading errors (for example, it complains about the whole .NET libraries missing, when we don't use .NET at all), but these are surely relevant:
[ ? ] MSVCP140.DLL Error opening file. The system cannot find the file specified (2).
[ ? ] SIMCONNECT.DLL Error opening file. The system cannot find the file specified (2).
[ ? ] VCRUNTIME140.DLL Error opening file. The system cannot find the file specified (2).
Which indicates you STILL have a problem with Simconnect, and you have a problem with the VC++ 2015 runtime libraries.
Of course, our installer installs both: the Simconnect runtime, and the VC++ 2015 runtimes but, we just launch their official installers, which cannot fix conflicts and problems caused by other applications, like other FSX addons using outdated Simconnect.
FSUIPC works, but only because it use whatever Simconnect version you have installed, even older ones. We *require* features not present with older runtimes so, if the FSX/SP2 version is not installed correctly, we cannot just use the older version, like FSUIPC does, because there are features we require that are missing.
You can try installing the correct Simconnect runtime here:
C:\Program Files (x86)\Steam\steamapps\common\FSX\SDK\Core Utilities Kit\SimConnect SDK\LegacyInterfaces\FSX-XPACK\SimConnect.msi
Our installer does it as well but, sometimes you must install it manually, and restart Windows. You might also require to REMOVE older Simconnect versions from the Windows\WinSxS folder (by booting Windows in Safe Mode), and reinstall the correct one, so the system won't be fooled into loading obsolete versions of Simconnect because you installed some addons requiring them (which will work with the newer version anyway).
To fix your other problem the missing/corrupted VC++ 2015 libraries, you must:
- Uninstall every version of the VC++ 2015 libraries from the Windows Control Panel
- Download BOTH the x64 and x86 version from Microsoft:
https://www.microsoft.com/en-us/download/details.aspx?id=53587- Install both versions
- Restart Windows