I'm getting this weird error when compiling a project:
.
But urlmon.h is a windows sdk, why is it erroring? when I click it, it brings me here:

which is very odd
Path of urlmon.h: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include
Urlmon Code: https://pastebin.com/ardbRFBp
A couple years old now, but I wanted to record what my conflict was when I ran into this exact error.
PARSE_ANCHORwas conflicting withw3c-libwww/Library/src/HTParse.h:#define PARSE_ANCHOR PARSE_VIEWI didn't see anywhere that used that definition so I commented it out and it was fine here. No problems compiling after that.