Projectiles don't collide with anything

Hi I have an advanced projectile system in my game and when i went to go work on it from taking a few days break the projectiles would no longer collide with anything. I checked the collisions on all other objects and didn’t see an issue (picture posted below). Also there is a wall penetration system so i made sure it wasn’t that malfunctioning however my system destroys then respawns the projectile in the desired location for penetration and with my debug line i can see it just doesn’t collide. however sometimes it does and it bounces (picture posted below as well). Can someone help me figure out the issue?

98879-wall+collison.png

PS
I am using the 1st person projectile c++ class and have tried modifying it a little to fix it but nothing is working.