08.02.2015, 12:22
#include expands the file that is specified inside the < > or " " before the compiler gets to work, i.e. it replaces the #include <file.txt> line in your source code with the content of file.txt. My guess is that .td files are not text files, so they can't be expanded like a .txt file for example.