I've got quite a large project I'm working on and lets say I've made an additional maths library for certain special functions which make my life easier...
Multiple areas of the project need to use this library but because of this I get LOADS of the same error mentioning that the code is already defined in <(pretty much everywhere)>.obj.
No matter whether I use #pragma once or use manual include protection, I still get the file being defined repeatedly, how do I prevent this?