Skip to content

Guide: Creating a Cxx‐CLI module

Archie_UwU edited this page Jan 17, 2024 · 1 revision

Note

This page is work in progress, I'm still figuring this out. Here's my current findings.

  • In VC++ Directories => Include Directories, add $(ProjectDir)include; to include Aurie headers
  • Set C++ Standard to C++20
  • Debug only: Set /WX-