In Visual Studio (Visual C++)Project setting we able see these settings:
- Additional Include Directories (/I[path] compiler switch)
- Additional #using Directories (/AI[path] compiler switch)
I want to know when to use these settings appropriately and what the main differences between these settings and how they affect on visual c++ linker and build time?