Quantcast
Channel: Visual Studio General Questions forum
Viewing all articles
Browse latest Browse all 21115

Is there a way to specify wildcards in Intellisense's Include Search Path?

$
0
0

I have a situation where a folder I want to include in Intellisense's Include Search Path can change over time. For instance:

C:\folder1\build-123\headers

The "build-123" can change over time, so what I tried was to specify the path as follows:

C:\folder1\*\headers

...or...

C:\folder1\**\headers

...neither of which work. Intellisense will simply ignore all of those folders. Note it is not practical to copy the contents of this folder to another fixed location simply because there are many of these folders all over the place and I'd rather just use wildcards to avoid copying large numbers of files around.

Is there another syntax I can use that would work in this case?


Viewing all articles
Browse latest Browse all 21115

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>