Can someone please help me? I'm using a Windows system, and no matter what IDE environment I use, whether it's Visual Studio Code, Code::Blocks, or others, when I type the line of code "#include <regex.h>" to use the attributes inside it for the project, I get an error saying (inside of Visual Studio Code):
"#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit. Cannot open source file 'regex.h'".
I don't know what to do. I have searched all over the place for solutions on Google and watched quite a few relevant YouTube tutorial videos on how to fix this huge issue, but, for Google, I understand almost none of them, and, for YouTube, none of the tutorials have worked for me. I have to find a way to update my "includePath". If anyone has resolutions, please share them with me.
The fact that I have found is that, apparently and unfortunately, "regex" works on all other systems except for Windows (at least, that's what I remember).