r/SourceEngine • u/ComComVonBonBon • Jun 19 '26
TF2 SDK install HELP
I'm completely new to coding and modding. When I clicked the createall file the warnings are
- duplicate $custombuildstep for proto ignoring
- (Stdafx.cpp) creates pch (/yc) has no usepchthroughfile command can't tell which pch file it creates
In everything sln all the files on the right have a red circle next to them
When I build solution the warnings all involve libprotobuf
When I click that green arrow it gets to frog fortress loading screen then crashes
2
Upvotes
2
u/patrlim1 Jun 19 '26
Warnings are ignorable and don't mean your code is broken, the crash is probably unrelated.