VSCode not recognizing includes from includepath
问题 I am having an issue where VSCode will recognize my include of zipper.h and then out of nowhere flip on me and tell me that there is no such file or directory. I am not sure if this is an issue with my code or includes or vs code. https://i.gyazo.com/2d35a31abf83546d8633d991bcb4752a.png https://i.gyazo.com/96ad7825e8d1c390035a4db2f789bbcf.png I have tried adding it both to my include path and windows environment path. it keeps failing for the same reason. I am very confused on what I'm doing