Click here to Skip to main content
15,889,739 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Quote:
Hello everyone I am using the QT with VS2010 and when I build the project document is not appear inside Generated Folder. what should I do to solve this problem. and it says me "
Quote:
Cannot open source file: 'GeneratedFiles\Release\moc_bissmilloh.cpp': No such file or directory
"


What I have tried:

I have created new project and run it( fatal error C1083: Cannot open include file: 'ui_projtest.h': No such file or directory )
Posted
Updated 3-Jul-16 20:26pm
v2
Comments
Garth J Lancaster 4-Jul-16 1:03am    
first of all, because you dont indicate you've already looked for that file, have a look on your disk and see if that file is anywhere (ie, on disk but not reference by/included in the project)
Jochen Arndt 4-Jul-16 3:01am    
It seems that the Meta-Object Compiler (MOC) is not executed when building.

How has VS 2010 been configured for Qt?

You should check your Qt specific VS setup. May be this links helps to check your VS project configuration:
https://truth2.wordpress.com/2010/09/04/custom-build-rules-for-qt-under-visual-studio-2010/
Sukerbek 4-Jul-16 4:25am    
thank you so much guys
Sukerbek 14-Jul-16 20:53pm    
I have solved my my problem by installing Visual Studio

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900