The quotes around the nidaq.h tell the compiler to search (in order) the current path, the command line path, the standard path. Angle brackets ( < and > )
around the nidaq.h the compiler will search (in order)
the command line path, the standard path ( will not search the current path).
If the path to the file is not in any of these search locations, you must specify the full path.
Kevin Kent