Click here to Skip to main content
15,908,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<pre>BSCMAKE: error BK1506 : cannot open file '.\Debug\DrillLineData.sbr': No such file or directory


c:\program files (x86)\microsoft visual studio\vc98\include\afx.h(438) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
c:\program files (x86)\microsoft visual studio\vc98\include\comutil.h(101) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
DrillPracticeDialog.cpp

What I have tried:

i tried changing project settings, and project file locations, but not resolved . any application having same problem.please let me know anyone how to resolve these fatal errors.
Posted
Updated 14-Mar-18 0:16am
v2

Right click the project in the Solution Explorer pane, and select "Properties".
In the resulting dialog, open the "Configuration Properties" branch on the left, select "C/C++", and "Browse Information".
Set "Enable Browse information" to "No".

Clean and rebuild your solution - the problem should go away.
 
Share this answer
 
See BSCMAKE Error BK1506[^].

But there may be also other reasons. SBR files are created when compiling a source file. You can try to remove all output (generated) files and do a full rebuild. The error may also occur if you have changed output directories in the project settings or VC global settings.

As a last resort you might disable the generation of Browse Information which will not execute bscmake.

You might also search the web for "bscmake error BK1506" and check if one the solutions apply.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900