I built my ionic 2 app,after I added the windows platform.Build has been failed with that message:
Building project: C:\s\smart\platforms\windows\CordovaApp.Windows10.jsproj
Configuration : release
Platform : x86
C:\s\smart\platforms\windows\CordovaApp.Windows10.jsproj(61,5): error MSB4019: The imported project "C:\Program
Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\JavaScript\Microsoft.VisualStudio.WJProject.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
I have already updated Visual Studio 2017 and in proj version 14.0.I have checked out whether the path not found is exists or not but it does not exist.How can I resolve that issue ?