How to get rid of "BSCMAKE : error BK1500: Internal error" compile errors .

Shuting Wu 21 Reputation points
2022-07-06T06:09:50.957+00:00

218043-image-25.pngI use build to compile a Visual Studio 2017 solution and need a successful build without any errors.

But each time I run build , or rebuild, or clean and compile my solution directly using Visual Studio, I get bscmake errors like this one.

Can you help me to resolve this error.

After I enabled Browse Info and compile again .I get another error about BSCMAKE.(BK1505 :Can't reading from MMClient.bsc

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,851 questions
{count} votes

Accepted answer
  1. Minxin Yu 12,596 Reputation points Microsoft Vendor
    2022-07-06T07:16:35.237+00:00

    Hi, @Shuting Wu

    Try to close Browse information.
    218053-image.png

    If the problem persists, try to install the latest Visual Studio 2022.
    For your reference: BSCMAKE Reference

    Although BSCMAKE is still installed with Visual Studio, it is no longer used by the IDE. Since Visual Studio 2008, browse and symbol information is stored automatically in a SQL Server .sdf file in the solution folder.

    Best regards,

    Minxin Yu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.