Code:
#include "t_shooter_weapons.c"


is wrong. Change that to:
Code:
#include <t_shooter_weapons.c>


unless you have copied that file into your project folder.


Always learn from history, to be sure you make the same mistakes again...