Game Development Community

Missing interiorCollision.sbr

by Chuck Wilson · in Technical Issues · 08/18/2007 (3:32 pm) · 1 replies

I am fairly new to the Torque community and was wondering if anyone has see the following compile error using MS Visusal Studio C++ 2005 on Torque 1.5.2?

BSCMAKE: error BK1506 : cannot open file '..\tools\out.vc8.debug_fast\interiorCollision.sbr': No such file or directory.

I have checked the directory for the file and it is not present. Everything up to this point is compiling fine. Anyone have any suggestions?

#1
08/19/2007 (11:04 pm)
Usually just hitting compile again will "fix" this problem.

I'm not sure the exact cause of this problem but I believe that the file system in Windows gets behind itself sometimes when you are creating and/or deleting a massive number of files one at a time like you do when you compile Torque.

If the error persists you might should try a different target (like Debug or Release rather than Debug_Fast).