ZhengPeiRu21 / mod-individual-progression

AzerothCore Individual Progression Module
MIT License
118 stars 54 forks source link

Compilation error #410

Closed ajgration closed 3 weeks ago

ajgration commented 3 weeks ago

Hey guys. I'm doing a fresh install and finding I can't get my build to compile when I add this module.

I'm running the playerbots module too, so I'm compiling off this AC source https://github.com/liyunfan1223/azerothcore-wotlk

Using the latest version of visual studio 2022, so that's not the issue. Wondering if anyone else is having a similar issue and knows a fix? I'll attach the errors and output from VS.

errors builderrors.txt

Grimfeather commented 3 weeks ago

just to be sure, did you remove the -master tag from the module directory?

ajgration commented 3 weeks ago

Yeah mate. My build compiles fine with all my other modules too if I remove this one.

Grimfeather commented 3 weeks ago

I looked at the builderrors file and googled the fatal error in there.

https://stackoverflow.com/questions/7076494/fatal-error-c1001-an-internal-error-has-occurred-in-the-compiler

The solution given there is: In order to solve it, I deleted my build folder (Output Directory as seen in Properties/General) and rebuilt the project.

ajgration commented 3 weeks ago

Thanks Grim, worked a charm.