#include "enum.h"
Using visual studio's the code above is what I had typed, in fact once I typed the double quotes it automatically provided me a list of all available header files in the directory the file I was working on was located.
It is also included under "Header Files", it certainly sees the file there, but intellisense isn't detecting it; additionally it seems to also be causing some other syntax errors further along the line, so I want to rule this out as an issue.
I read there was something about typing the path in the properties > VC++ Directories > Include Directories but I have no idea what the proper syntax is to make sure its properly included. Do I just need to link the route folder for my project or each individual header file?
It didn't use to cause this problem but at random now it does.
Edit: At some point after some unreproducible fiddling some of them work, though others don't for no explainable reason. Sometimes it will "work" and Intellisense won't complain, but after compiling, bam, error pops up again.