Tagged Questions
2
votes
2answers
70 views
Link error when using source files not on the root project directory (files included in the search paths) (Visual C++)
I've been programing a template structure and after make it work I decided to use it on some other project. The template consists in two files. ListOctree.cpp and ListOctree.h.
While they compile and ...