Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio variable declaration

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

like image 290
Konrad Avatar asked Nov 11 '08 17:11

Konrad


3 Answers

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.

like image 165
Eclipse Avatar answered Oct 27 '22 08:10

Eclipse


Check your environment variables.

like image 2
Martin York Avatar answered Oct 27 '22 09:10

Martin York


  • Right-click My Computer, and then click Properties.
  • Click the Advanced tab.
  • Click Environment variables.
  • Click one the following options, for either a user or a system variable:
  • Click New to add a new variable name and value.
  • Click an existing variable, and then click Edit to change its name or value.
like image 1
Patrick Desjardins Avatar answered Oct 27 '22 10:10

Patrick Desjardins