including files

Started by
0 comments, last by SiCrane 11 years, 11 months ago
Hi,

When I want to include a folderful of include files in VS2008 I usually go tools>options>projects and solutions>VC++ directories but I find this includes the folder for all projects.

Is there an intermediate way that allows you to easily include a folderful of files without manually adding all of them in the solution explorer pane and without having them carry over to all other projects like the aformentioned way?
Advertisement
Go to project properties->C/C++->General and add the directory to the "Additional Include Directories" entry.

This topic is closed to new replies.

Advertisement