In my project I reference a C++/CX runtime component (that I have under Universal Windows \ Extensions, as it is distributed as a VSIX).
While we're working on moving this component to C++/WinRT, we still need to consume the current version from a C++/WinRT project.
Now this seems to fail on version 2.0.201113.7 of the NuGet package, as the Library.X.h headers aren't generated.
I tried to downgrade to 2.0.201102.2 and everything works as expected.
In my project I reference a C++/CX runtime component (that I have under Universal Windows \ Extensions, as it is distributed as a VSIX).
While we're working on moving this component to C++/WinRT, we still need to consume the current version from a C++/WinRT project.
Now this seems to fail on version
2.0.201113.7of the NuGet package, as theLibrary.X.hheaders aren't generated.I tried to downgrade to
2.0.201102.2and everything works as expected.