Hello @Wong Yi Qi ,
Please refer to this Github issue with similar discussion: transformation_example | "k4a::k4a"
On Linux, in order to get some of these examples to build, I had to manually edit the
link.txt
files to change -lk4a::k4a to -lk4a, etc. because k4a::k4a is of course not the name of any library.added #pragma comment(lib, "k4a.lib") , the problem has been fixed.
Please let us know if you need further help in this matter.