Import project only import type definitions, no functions, why?

i created a import project, but the generated .fx file only contains the data type definitions, no functions (most 99%). how can i solve the problem ?

Good question, hard to say without seeing some more info. Are you including the right .h file(s) that has your function definition? Can I see the .h and the import project?