I got the latest 4.19.2 working, even though it’s not the version that I wanted (If someone has any idea how to make 4.17.2 work I’m still interested). I can package it fine, but when I run it it says that it’s missing vccorlib140_app.dll, MSVCP140_APP.dll and VCRUNTIME140_APP.dll. I’m packaging with 10.0.16299 SDK and Visual studio 2017. I got both 2015 and 2017 Microsoft Visual C++ redistributable x64 and x86. If I download the dlls from the internet and add them to exe folder or system32 folder (which feels wrong), it pops up another error “application was unable to start correctly 0xc00007b”. Any ideas?
EDIT: Apparently you’re not suppose to run the exe directly. You run the created appx file that is in the build folder after you package it to install the app and then you have the app on the start menu and you can run a build of it.