Ask Your Question

Revision history [back]

Visual Studio has a slightly different search order for include files than other compilers, details here.

If you use the quoted form, then the directory containing the source file is prepended onto the search path.

What is the relationship of the path to the source file you show above (packet-foo.c ??) and the file you are attempting to include, fooheader.h?