Ok, so I’m trying to do a debug compile in VS2010 express and I’m getting a weird error when compiling the Client project. I haven’t modified any of the files yet, so this is the stock code from Valve.
1>c:<mymod>\src\game\client\spritemodel.cpp(442) : error C3861: ‘IsBIK’: identifier not found
If I comment out line 442, it compiles just fine; but I’m wondering what calling that function does, and will commenting it out cause problems later or do I need to find out how to fix it?
Edit: Even weirder, compiles without error on release; so…uh…I guess nvm.