Mouse disappearing when down

I am making a twin stick shooter in C++ and am currently trying to implement the shooting part of it but when ever I press LMB - which is binded to the shoot function (I am using enhanced input) - the mouse disappears and then reappears when released. I would like the mouse to always be visible even whilst shooting. Maybe someone else has also run into this problem?