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
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 invoke cmake --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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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