I am currently working on a project that has files (generalFunctions.h and 1x generalFunctions.cpp) that are used by multiple .cpp files. In these files is written
#include "generalFunctions.h"
However, I get an error: The functions were defined multiplied.
Can someone help me with this problem?
Greetings