Reputation: 40947
I have a project that has the following line in the additional includes section:
"$(SOMEPATH_SHORTNAME)\include"
Can someone tell me where I can find $(SOMEPATH) defined? I can't find it by simply searching in Visual Studio
Upvotes: 6
Views: 2177
Reputation: 140763
Upvotes: 1
Reputation: 45493
If it's not an environment variable, the place to look is the macros. In the property sheets, click the (...) button beside the "Addition Include Directories" line, and expand the "Macros>>" button in the dialog that pops up.
Upvotes: 7