1) If using C++, place all library files (.lib) in the SDK under the path specified in the code, noting the difference between x86 and x64.
2) After compilation, a debug folder (for debugging) or release folder (for software release) will be produced in the directory where .sln is located, with exe executable files inside the folder. (C++ operates the same as C#)
3) You need to copy all the dll files specified by the code to the corresponding folder where you need to run the program (the same operation for C++ and C#).