Duplicate system include path in user config not being auto-removed #2177
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
Describe the bug
IntelliSense didn't find stdlib.h in C:/MinGW/include
Other headers in this path were no problem though.
I changed the path to C:\MinGW\include and now it finds stdlib.h
Using forward slashes worked fine a few days ago.
Changing it to
shows
cannot open source file "stdlib.h" (dependency of "string")
Other header in this path like C:/MinGW/include/SDL2/SDL.h don't produce this error.
The text was updated successfully, but these errors were encountered: