Duplicate 'Add #include' code actions can appear if the same file exists at multiple locations · Issue #11989 · microsoft/vscode-cpptools · GitHub
More Web Proxy on the site http://driver.im/
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
i.e. have 2 paths in your include path (or use recursive includes) that have the same header file name and are both reached via the same include string path.
This wasn't found by me, but by an "internal team".