• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VS:C++.Net and linking files

Spydermag68

Platinum Member
I VS:C++.Net what property in my "Solution Property Page" do I need to set so I do not have to type out the path for every file in this directory?

#include "C:\VS_Net\CPP\database\file.cpp"

I would like the answer as clear as posible...Right click on Solution explorer...Drop down to properties...Click on the next place.


Thanks for your help.
Spydermag68
 
Right click on your project (NOT YOUR SOLUTION)
Click properties
Click C/C++
On the right side of the property window, find Additional Include Directories
Put your path there
 
Back
Top