Error while compiling on Windows 11 with Visual Studio 17 2022 dllimport

Viewed 26

When i try to compile the AzerothCore i get a bunch of errors. They are pretty much all saying the same and are refering to the same Error.

The Error Code is: C2491

Example error: [C2491] "Acore::String::Trim": definition of dllimport function not allowed

I'm using the master branch and got all the requirements (atleast i think, i went trough them all multiple times).

I also use RelWithDebInfoand cleaned the ALL_BUILD before compiling.

0 Answers
Related