Using .bsc Files to Browse to References of C++ Symbols

In a C++ project, the .ncb file contains information about the symbols used in a project. The .ncb file supports the Class View and Object Browser ability to locate the definition of a symbol. However, a project needs a .bsc file to support browsing to references of the symbols.

In This Section

  • Browsing Code and Components
    Discusses the Object Browser, which allows you to examine and discover objects and their members from various components.