Глупый вопрос)
#include "file.h"
и
#include <file.h>
???
:confused:
#include <file.h> - студия ищет в своих папках
Цитата:
The <header_name> version specifies a standard include file; the search is made successively in each of the include directories in the order they are defined. If the file is not located in any of the default directories, an error message is issued.
Цитата:
The "header_name" version specifies a user-supplied include file; the file is searched in the following order:
- in the same directory of the file that contains the #include statement
- in the directories of files that include (#include) that file
- the current directory
- along the path specified by the /I compiler option
- in the same directory of the file that contains the #include statement
- in the directories of files that include (#include) that file
- the current directory
- along the path specified by the /I compiler option