PredixDev / predix-webapp-starter

A web application starter kit built on Polymer, Web Components, NodeJS and Predix UI Components
https://predix-webapp-starter.run.aws-usw02-pr.ice.predix.io
Other
61 stars 75 forks source link

error MSB4019 #27

Open dpendleton22 opened 6 years ago

dpendleton22 commented 6 years ago

I keep getting this error when trying to build the web starter app using 'gulp': The imported project "c:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

The project was cloned and I ran the noted npm installation instructions. Are there any suggestions what may be the issue here?

gstroup commented 6 years ago

Hmm... The only reason I know of that the webapp-starter would use C++ is for the node-sass module. But I have only seen errors during npm install not when running gulp. Did you see any errors when you did npm install? You might try deleting your node_modules directory and running npm install again. Here's are some possible solutions we found on stack overflow...

https://stackoverflow.com/questions/16092169/why-does-msbuild-look-in-c-for-microsoft-cpp-default-props-instead-of-c-progr

We may be able to help more if you can share your OS version, node version, and webapp-starter version (from package.json).