Run the sample (c++) download from github of v5

Hi:
I download the c++ samples of v5 from github, after I run it, the program prompt error

:

how can I solve it

Hi @suc_kiet,

Make sure you checkout the 5 branch, as the 6 branch are Rhino 6 samples.

git fetch
git checkout 5

– Dale