Sorry for this noob question.

I want to build Boost.Thread alone.
I downloaded pre-compiled bjam.exe and put it in my Boost root directory.

Then in Windows command line mode, I entered the following command:

bjam --build-dir=".\build" --toolset=msvc stage

But I got c1083 errors, that is, cannot open include file windows.h.
I used to using GUI compilers like VS, so I have no ideas about how to add include path in bjam.
Please help me!

Appreciate in advance.