error: #5: cannot open source input file "W5100S/w5100s.h": No such file or directory

hi guys
why my project has this errors ?when i removed include “W5100S/w5100s” i have more error and warning
i also add all header files path in directory

…/Inc/wizchip_conf.h(124): error: #5: cannot open source input file “W5100S/w5100s.h”: No such file or directory

I don’t know how to link the libraries in uVision, but in LPCXpresso and MCUXpresso see these links:

If you link the libraries properly you need to remove the path of librarie and leave only the name of librarie (W5100S/w5100s → w5100s).

I hope this help you.

i edited wiznet_conf.c header file and i changed 1 line for setting my chip (w5500) and include “W5500/w5500” to include “w5500” and its worked and i have ping now

now i need to create we server i watched video on youtube and i could to run simple web server but im not sure this is workly correct beacuse when i reload my web page some times its not reload

i follow this link