How to compile custom schema to be compatible with Omniverse's USDView

Hi all,

I’m following this USD tutorial to create my custom schema and now I’ve got some C++ files generated by “usdGenSchema” command. Of course the next step is to compile these C++ files to build .dll and .lib files. But I’m stuck in the situation that I don’t know how to properly compile these files if I want my custom schema could be recognized by Omniverse’s USDView (version 0.22.8 on windows platform). Is it possbile to give me some more details about this issue ? Thanks.