I have
- installed visual studio 2013
- installed CUDA 7.5(works on my machine), made sure
CUDA_PATH was added to system PATH and visual studio integration was installed
- downloaded terra and add terra/bin to PATH
- made the project tree like this

- run
buildOpt.bat
But when I went to Optlang\Opt\tests\minimal folder and tested whether it can work properly, I got the error below:

Global variable 'cudalib' is not declared. Global variables must be 'declared' through a regular assignment (even to nil) at global scope before being used.
My operating system is windows 10
I have
CUDA_PATHwas added to systemPATHand visual studio integration was installedbuildOpt.batBut when I went to

Optlang\Opt\tests\minimalfolder and tested whether it can work properly, I got the error below:Global variable 'cudalib' is not declared. Global variables must be 'declared' through a regular assignment (even to nil) at global scope before being used.My operating system is windows 10