An invisible mesh can not cast a shadow, but a totally transparent mesh can. Either use a texture with an alpha channel that's 0 everywhere, or set the TRANSLUCENT flag and set the alpha parameter to zero.

If it's a static shadow, you also can just remove the model after starting the level - that would be the simplest solution.