-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Missing file: ImageContentTask.props #1320
Comments
Thanks. Fix is available in ad9a0c4 v13.0.4 |
Oops, wrong issue. |
The error is coming from this line. <Import Project="$(VSINSTALLDIR)\Common7\IDE\Extensions\Microsoft\VsGraphics\ImageContentTask.props" /> From the error output, it appears that your |
Not sure if it's reasonable to reopen this but I have the same problem on DWriteColorGlyph. I tried defining VSINSTALLDIR manually, but there wasn't even an output directory, and some other error popped up... |
Which sample are you reporting a bug in?
Simple3DGameDX
Describe the bug
Trying to compile I get:
error MSB4019: The imported project "C:\Common7\IDE\Extensions\Microsoft\VsGraphics\ImageContentTask.props" was not found.
To Reproduce
Expected behavior
A compiling program and that all required files are bundled in the zip.
Screenshots
Configuration
x64
Microsoft Visual Studio Community 2019 Version 16.8.3
The text was updated successfully, but these errors were encountered: