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
I am trying to build a visual studio project and I keep getting this
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.
I have done some research and understand that I need to set the VCTargetsPath to C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120 but how would I do that
I am using GitHub actions
The text was updated successfully, but these errors were encountered:
I am trying to build a visual studio project and I keep getting this
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.
I have done some research and understand that I need to set the VCTargetsPath to C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120 but how would I do that
I am using GitHub actions
The text was updated successfully, but these errors were encountered: