I followed your solution and it still reports an `undefined reference to function`. In Core, I've created a Cpp folder, added my header file with an extern void declaration, and a source file with the void definition. I've obviously included the head...