Hi, Help_searcher,
It sounds like some detritus from earlier compilations is
lying around your hard drive and being pulled into the help file
when you compile. The HTML Help compiler tries to pull into the
help file all local files to which there is a link in one or more
of these locations:
* An HTML topic file
* The FILES section of the project (.hhp) file
* The contents (.hhc) file
* The index (.hhk) file
So, for example, if one of your HTML topic files contains a
hyperlink to another local HTML file, this second file will be
compiled into the help file — even if there is no reference
to it in the .hhp, .hhc, or .hhk file.
If you display an unwanted topic in the help viewer,
right-click the topic pane and then click Properties, you can get
the file name of the topic from the Address (URL) field. That may
help you to locate the file, which you can then delete (but make a
backup copy first).
Is this a standalone help file or is it merged into a
modular, multi-CHM help system? If the latter, it's possible that
the full-text search is operating not on the latest version of the
help file but on an older version, which is residing somewhere on
your hard drive.
Pete