About the difference between includes in angular brackets and those in quotation marks, the first instructs the preprocessor to search for include files first along the path specified by the /I compiler option. The second tells the preprocessor to look for include files in the same directory of the file that contains the #include statement.