O que causa esse erro e como corrigi-lo?
Acontece quando os aplicativos construídos usando o SDK do Windows 10 são executados em versões anteriores do Windows.
Isso cria uma dependência do CRT universal do Windows 10 (tempo de execução C ) .
Para corrigir isso, instale a Atualização para a Universal C Runtime no Windows :
The Windows 10 Universal CRT is a Windows operating system component that enables CRT functionality on the Windows operating system. This update allows Windows desktop applications that depend on the Windows 10 Universal CRT release to run on earlier Windows operating systems.
Microsoft Visual Studio 2015 creates a dependency on the Universal CRT when applications are built by using the Windows 10 Software Development Kit (SDK). You can install this update on earlier Windows operating systems to enable these applications to run correctly.