Es geht bei mir, folgendes hat geholfen:
If when you tried to start SkyrimSELauncher or SkyrimSE in game folder there is error
api-ms-win-crt-runtime-l1-1-0.dll then try this:
1. Install Windows 7 Updates. (SP1 necessarily)
2. If when you install Visual C++ Redistributable 2015 there is error code 80070bc9 or installation stops in Windows7_MSU_x64
Try this:
Find Windows6.1-KB2999226-x64.msu in C:\ProgramData\Package Cache\ (or download it KB2999226 from microsoft com)
Extract this file by Winrar (or 7zip...)
Open cmd with administrator rights and write:
dism.exe /Online /Add-Package /PackagePath:”c:\temp\2999226\Windows6.1-KB2999226-x64.cab”
3.After that, repair or reinstall C++.
If not worked then try to remove the temp file and try again.
P:S Wenn du noch nicht die .cab datei hast musst du einen ordner in c:\temp erstellen mit den namen 2999226, dort musst du die .msu datei rein extrahieren mit diesen befehl:expand -F:* C:\<dein Ordnername wo die msu ist>\Windows6.1-KB2999226-x64.msu C:\temp\2999226