Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error MSB4019 #27

Open
dpendleton22 opened this issue Mar 28, 2018 · 1 comment
Open

error MSB4019 #27

dpendleton22 opened this issue Mar 28, 2018 · 1 comment

Comments

@dpendleton22
Copy link

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
Copy link
Contributor

gstroup commented Mar 28, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants