Greetings everyone,
I'm having some trouble adding a new model to my existing project. The IFC model is also a blenderBIM project and still doesn't work. I tried following this solution and this solution and couldn't get it to work. It returns the error
Python: Traceback (most recent call last):
File "C:\Users\nick\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blenderbim\bim\module\project\operator.py", line 947, in execute
self.link_ifc()
File "C:\Users\nick\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blenderbim\bim\module\project\operator.py", line 989, in link_ifc
self.link_blend(blend_filepath)
File "C:\Users\nick\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blenderbim\bim\module\project\operator.py", line 951, in link_blend
with bpy.data.libraries.load(filepath, link=True) as (data_from, data_to):
OSError: load: C:\PATH\FILENAME.ifc.cache.blend failed to open blend file
Thank you in advance for any help in this matter.