I've downloaded the OpenStudio 2.0.1 source code from GitHub. To configure the source code in Windows, I went through the steps on this page. I had some issues with cloning the OpenStudio repository however, I managed to use CMake to configure the source code without any problem.
But, when I tried to build the solution in Visual Studio to generate the OpenStudio executable file, it returned so many errors, which are mostly due to missing .hxx files in utilities/idd folder. There are also other classes that cannot be identified.
Is there anybody, who has experienced similar issues? Any suggestion?
I appreciate any help with that. Thanks!