You didn't provide enough context to be sure, but this error typically comes up when you try to link code using different standard library implementations on Windows, e.g. linking a program using UCRT to a program using MSVCRT. If you can, compile all of your dependencies yourself in the exact same environment to avoid this issue.