Not sure specifically about msvc 14.2.. But generally you should be able to do something like:using mxvc : 14.2~release : c:/path/to/release/cl.exe ;using msvc : 14.2~preview : c?path/to/preview/cl.exe ;Are you saying that doesn't work for you?