Creating a .Bsc File

A .bsc file is not created by default for a C++ project; you must explicitly create it for the project.

To create a .bsc file in your project

  1. In the Visual Studio integrated development environment, open a C++ project.

  2. Access the project's Property Pages dialog box.

    For more information, see Setting Visual C++ Project Properties.

  3. On the General property page in the Configuration Properties folder, set the Build Browser Information property to Yes.

The bscmake.exe utility supports the creation of .bsc files. For more information, see BSCMAKE Reference.

See Also

Other Resources

Using .Bsc Files to Enable Browsing To References of C++ Symbols