This is the error: unresolved external symbol "public: __thiscall Matrix1::Matrix1(int,int)" (??0?$Matrix1@H@@QAE@HH@Z) referenced in function _main MatrixClass C:\Users\saive\source\repos\MatrixClass\MatrixClass\MatrixClass.obj 1
It tells me that there is something wrong with obj file but I do not know what that is. I am new to c++, and was just trying out a project I found online. Any help is appreciated.