I\'m trying to build a basic Qt \"Hello, world!\" application inside Visual Studio.
I got the moc step to work (I think), but now I am at a loss as to h
moc
Have you create the visual studio project using qmake first? The problem seems to be the moc compilation. Do you have qt plug-in installed and the qt path in enviromental variables? Can you add you hello world code so I can have a look at it?