Linking...
Directory.obj : error LNK2019: unresolved external symbol "public: void __thiscall indexList<class entry,100>::read(class std::basic_istream<char,struct std::char_traits<char> > &)" (?read@?$indexList@Ventry@@$0GE@@@QAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) referenced in function _main
このエラーと indexList 実装に関連するその他のエラーを取得しています。正しいファイルをすべて含めましたが、これが何を意味するのかわかりませんか?
また、VS .NET 2003 を使用 - 「ソース ファイル」と「ヘッダー ファイル」の下にありますが、indexLish.h を削除してテストしましたが、エラーは変わりませんか?