To compile haircomb core from source please do the following:
Download and install google go language from
https://golang.orgDownload and install git bash
https://git-scm.com/downloadsNext, open git bash a black command window will appear.
Use these commands
cd Documents
git clone https://github.com/natasha-otomoski/combfullui.git
cd combfullui
go get github.com/gorilla/mux
go get github.com/sipa/bech32/ref/go/src/bech32
go build
start .
After this there should be folder combfullui in your Documents with combfullui.exe appeared inside
Please replace your old combfullui.exe with this new one.