PRB: Browse Information Not Generated

Last reviewed: July 24, 1997
Article ID: Q158033
The information in this article applies to:
  • Microsoft Visual C++, 32-bit Edition, versions 4.0, 4.1, 4.2, 5.0

SYMPTOMS

When your project is loaded and you try to browse a symbol inside the Visual C++ IDE, you receive an error message:

   "Browse information is not available for this project"

CAUSE

The project does not have the right settings switched on to create a browser (BSC) file.

RESOLUTION

There are two checkboxes in the build settings that need to be checked.

From the main menu, select Build/Settings, and then do the following:

  1. Select the C/C++ tab. Select the "Generate browse info" box. This tells the compiler to generate an intermediate SBR file for each source file.

  2. Select the Browse Info tab. Select the "Build browse info file" box. This invokes the BSCMAKE utility when a project is built to generate a BSC file.

STATUS

This behavior is by design.


Additional query words: browser
Keywords : VWBIss
Version : 4.0 4.1 4.2 5.0
Platform : NT WINDOWS
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 24, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.