I am creating a C++ program that makes use of templates, but when I try to build my project my CLI returns this error.
C:\...\bin>g++ ../src/main.cpp ../src/lib/* -o main
../src/lib/Row.tpp: file not recognized: file format not recognized
collect2.exe: error: ld returned 1 exit status
Are any general issues that may cause this?