Author Topic: Why "Go to Include File" can not locate the file automatically  (Read 2542 times)

zyljob

  • New Community Member
  • Posts: 2
  • Hero Points: 0
I built project A to include the common header files (say a.h).
I included project A into an other project B using "Tools->Tag Files->Add Tag File". Now when I was browsing a file in B which "#include a.h", I use "Go to Include a.h", but slickedit cannot locate this a.h automatically. Is a way to fix that?

Graeme

  • Senior Community Member
  • Posts: 2796
  • Hero Points: 347
Re: Why "Go to Include File" can not locate the file automatically
« Reply #1 on: April 13, 2018, 09:55:40 PM »
You need to add project A/B to your workspace or alternatively, in project properties on the directories tab, in the "includes" list, add all the paths that you want slickedit to search.
« Last Edit: April 13, 2018, 09:57:43 PM by Graeme »

zyljob

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Re: Why "Go to Include File" can not locate the file automatically
« Reply #2 on: April 14, 2018, 03:40:43 AM »
Thanks!!! That really helped.