C# wrapper set up issue

Description
I m trying to set up C# wrapper by following the steps mentioned in documentation https://marketplace.zoom.us/docs/sdk/native-sdks/windows/c-sharp-wrapper but I am getting error.

Steps to reproduce the behavior:

  1. I have configured the wrapper and set up zoom_sdk_c_sharp_wrap.sln.But I am getting build errors in this solution :Cannot open include file: ‘…/h/zoom_sdk.h’: No such file or directory zoom_sdk_dotnet_wrap

  2. I opened zoom_sdk_demo.csproj and when I am running this I am getting below error:

Additional context
Add any other context about the problem here.

Hi anubhatnagar,

Thanks for the post and the details. Based on your screenshot, it looks like your solution configuration is debug, please change the solution settings to be Release x86 to see if that works.

Thanks!