red arrow shows up upon hover :’stdio.h’ file not found
compiles without any errors
I am pretty new to c (just started).I checked in cygwin directory the files do exist idk why this shows up tho. Should i be worried ? My code compiles and runs like normal.
I did look up the files and they do exist in the right directory but idkupon searching the directory of cygwin
>Solution :
The Cygwin include directory you found is probably not configured as one of the include paths in your editor.
You seem to be using CodeLite, in which case look under:
- Settings
- Project settings
- Compiler
- Include Paths/Additional search paths
The documentation site has screenshots and more options.