Connect IQ Basics - Connect IQ Bin Directory Path

I am trying to set up a new project in Visual Studio Code. I have tried to follow the Connect IQ basics but when i create a new project the /bin folder is not created. I fear i did not enter the proper path for Windows Installation. Can someone give me a sample of the command lines below to see if i have it right?
Install the Connect IQ SDK manager, download the SDK, and set the active SDK.
Point your PATH to the active Connect IQ bin directory in the command prompt:
> for /f usebackq %i in (%APPDATA%\Garmin\ConnectIQ\current-sdk.cfg) do set CIQ_HOME=%~pi
> set PATH=%PATH%;%CIQ_HOME%\bin