I am trying to compile IPlugEffect with SKIA. I am getting the following error messages in the IGraphicsSkia.cpp file (lines 314 and 329):
C2039: ‘call_once’ is not a member of STD
and
C3861: ‘call_once’ identifier not found.
I use Visual Studio 2022 with C++17.
Everything compiles perfectly when I don’t use SKIA.
Where to dig?
I believe you need to update to the latest version of Visual Studio 2022
Thanks! It works. A newer version of Visual Studio 2022 (v17.12.3) has successfully compiled the x64 version of the project.