Hello,
I am trying to compile from the Command Prompt, using the standard cl/EHsc. I've been running in circles trying to figure out how to get the compiler to recognize my header files that I need.
I always get the same error: "Cannot open include file: 'mesh.h' : No such file or directory.
I tried including the exact system directory of the 'mesh.h' in the environment variable, I tried using /I in the command prompt, but to no avail, I still get the same error.
Could someone give me any tips?
Thanks,
DTK