/AI (Specify Metadata Directories)

Switch View :
ScriptFree
Visual C++ Compiler Options
/AI (Specify Metadata Directories)

Specifies a directory that the compiler will search to resolve file references passed to the #using directive.

/AIdirectory
Arguments

directory

The directory or path for the compiler to search.

Remarks

Only one directory can be passed to an /AI invocation. Specify one /AI option for each path you want the compiler to search.

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.

  2. Click the C/C++ folder.

  3. Click the General property page.

  4. Modify the Resolve #using References property.

To set this compiler option programmatically

See Also

Reference