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

Missing file: ImageContentTask.props #1320

Closed
TooManyDots opened this issue Oct 14, 2021 · 4 comments
Closed

Missing file: ImageContentTask.props #1320

TooManyDots opened this issue Oct 14, 2021 · 4 comments
Labels

Comments

@TooManyDots
Copy link

TooManyDots commented Oct 14, 2021

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

  1. Click Build > Build Solution.

Expected behavior
A compiling program and that all required files are bundled in the zip.

Screenshots
image

Configuration
x64
Microsoft Visual Studio Community 2019 Version 16.8.3

@oldnewthing
Copy link
Member

Thanks. Fix is available in ad9a0c4 v13.0.4

@oldnewthing
Copy link
Member

Oops, wrong issue.

@oldnewthing
Copy link
Member

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 VSINSTALLDIR is C:. I doubt, however, that you installed VS into the root directory. This looks like a VS configuration error.

@halflifefan
Copy link

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

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

No branches or pull requests

3 participants