Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browse file

Status
Not open for further replies.

bubak

Programmer
Jun 25, 2001
208
SK
I have a big project, and I'm doing just a part of it. I select things I need to compile and run batchbuild. Class wizard works. but when I do rihgt click, than Go to definition of..., studio cannot find that , even it is in the .h included by this .cpp. I thnik, there is a problem with .bsc file, but studio doesn't write any error, and I don't know, where to find sth. like "build browse file" or so. Thx. BUbak
 
generate browse info in project settings is checked btw.
 
sorry for this stupid thread
it was checked in c++ setting, by not in Browse info settings.
 
Check also the ProjectSettings->Browse Info->Build Browse Info File.

After that I advice to delete by hand the Debug directory and to make a Rebuild All.

If for some of your .h and .cpp files the browse information will not be generated you will not be able to find the coresponding .sbr file in the Debug directory.

HTH, s-)

Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top