You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry for this question, I'm noob at C++.
I get this error when building any one of examples
error MSB4019: The imported project "/Microsoft.Cpp.Default.props" was not found. Confirm that the expression in the Import declaration "/Microsoft.Cpp.Default.props" is correct, and that the file exists on disk.
The text was updated successfully, but these errors were encountered:
I think that the file path is absolute in our case, and is trying to find the file in "/"
In fact, I copied the created file Microsoft.Cpp.Default.props from the project folder to "/" and passed that error
but new one arised:
The imported project "/Microsoft.Cpp.targets" was not found. Confirm that the expression in the Import declaration "/Microsoft.Cpp.targets" is correct, and that the file exists on disk.
sorry for this question, I'm noob at C++.
I get this error when building any one of examples
error MSB4019: The imported project "/Microsoft.Cpp.Default.props" was not found. Confirm that the expression in the Import declaration "/Microsoft.Cpp.Default.props" is correct, and that the file exists on disk.
The text was updated successfully, but these errors were encountered: