Full error log:
C:\Users\user\Development\Tutorials\cordova-tutorial\hello\platforms\windows\CordovaApp.Windows.jsproj(70,3): error MSB4019: The imported project "C:\Program Files(x86)\MSBuild\Microsoft\VisualStudio\v14.0\Microsoft.VisualStudio..Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1
While doing Create your first app tutorial from official Cordova website, when building the helloworld app, I got the error I've posted above.
I'm building cordova project from commandline and using Visual C++ 2015 Build Tools and Windows 10 SDK - but not Visual Studio with built-in tools. Why? Because part of my current project, is to prepare dev environment for building Windows 10 UAP apps with Cordova, without need to install Visual Studio.
Anybody here had same or similar problem with building Cordova windows projects without having Visual Studio with tools installed?
Why I need to do, to resolve this issue?