I have a problem of LNK2019 when I use a function of a folder in another folder of the project.
I have a project that has two folders a and b. b uses an existing function in folder a.
I have the error LNK2019: unresolved external symbol "public: void __cdecl
How can i solve this problem ?