Monogame missing content project

I’m following the rbwhitaker tutorials and for some reason, the MonoGame Content Project is missing from my environment. I’m running on Windows 8.1 x64, VS 2013, installed MonoGame from the setup file for VS201X. I reinstalled it, it didn’t fix anything. Was it removed, or is something wrong on my end?

Monogame doesn’t have a content project in the solution in the same way as and XNA solution did. You’ll either need to download the Monogame Content Builder (which can then be linked into your game solution or run as a standalone) or XNA Game Studio to generate the content files.

Hope this helps.