Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I build my (C++) project in VScode, it shows warning from
winrt/base.h
header (that I include) that's part of Windows SDK. However when I invokecmake --build
from the terminal (in VS dev environment), these warnings do not show up.If I add
/external:anglebrackets
compiler option then these warnings disappear in VSCode too, but I would like to figure out what exactly is happening that the behaviour is different. Any guesses as to why it's happening?Beta Was this translation helpful? Give feedback.
All reactions