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
The given references are being added via Microsoft.WindowsAppSDK.1.1.0\build\native\WindowsAppSDK-Nuget-Native.WinRt.props.
Attempted fixes included:
Moving the above references into a targets file instead
Adding true to the references
No change was observed with either (or both) of these fixes
As an experiment, moving the references into the vcxproj, with absolute paths, resolved the issue. So this issues is unique to transitive references in referenced packages.
Design time logs attached, created via env vars:
set TRACEDESIGNTIME=true
set _REFERENCE_DEBUG=true
In the project PhotoEditor, why is there exclamation mark in the Reference, prompting "..... references could not be resolved"
The steps to reproduce are as follows
My Visual Studio version:
Visual Studio Community 2022 17.3.4
.This question comes from Microsoft Q&A (Project references in a WinUI 3 C++ project) and I would like to know how this problem can be solved.
The text was updated successfully, but these errors were encountered: