Visual Studio GetLine não está funcionando

#include<string>
std::string line;
getline(cin,line);
JulesG10