chrishayesmu / XCOM2-Twitch-Integration

Other
4 stars 3 forks source link

Failing to build Solution #1

Open LordStarkillerII opened 1 year ago

LordStarkillerII commented 1 year ago

I was going to try out this mod but in building the solution I'm getting a "failed compiling mod scripts" error in XCom2.targets file, the output log shows that some of the variables using ePollType aren't recognizing it as a valid variable type. I know that it's an enum and can't personally see any reason for this to be the case since there are others that are fine (only 5 are not recognized). It's possible that I'm missing something or don't have some requirement met (I do have Community Highlander installed as a source) but nothing stands out to me.

chrishayesmu commented 1 year ago

I can probably take a look tonight, can you share the full error output?

LordStarkillerII commented 1 year ago

Here is both the output log copied into a text document and a screenshot of the error list just in case you wanted that too. If this isn't what you meant or want anything else feel free to ask. Screenshot 2022-11-25 193724 Output log.txt

chrishayesmu commented 1 year ago

Well that's super weird. I thought it would turn out I'd forgotten the dependson(X2PollEventTemplate), but nope. You can try changing references to ePollType to X2PollEventTemplate.ePollType instead? That's the only thing I can think of to help.

LordStarkillerII commented 1 year ago

Still doesn't recognize it as a valid type. Will keep trying to see if i can find a solution and let you know if I get it to work.