Bro wallah I just wasted like 4 hours on this , reinstalled visual studio twice, scanned the entire stack overflow, spent hours going back n forth with Chat GPT, and after all that drama it was this 3 minute 54 seconds video that had the real answer! It worked bro, it literally worked! May Allah bless u akhi
Appreciate you my boy. Seems like the error was due to the fact that the file didn't really exist in the project in a sort of kinda way. Kind of like when using Java in IntelliJ all of your files should be in the src folder. Makes sense now. Shout out from Southern California.
Don't work.I have tried many ways ro solve this problem but it doesn't work.I checked for grammar mistakes,but it doesn't work.I don't know what to do.Someone, please,help.
Hello @user-kv2fo4xm7f, I'm sorry to hear that the video hasn't helped, without the exact error message I cannot provide an exact solution, but I can recommend some things you can try to do If the video didn't help: Check Environment Setup, Rebuild the project, and finally I would see if there is anything wrong with your system configuration such as: Development Environment Setup, Operating System Compatibility, Dependencies and Libraries, System Path and Environment Variables. I hope this helps!
hello how are when i installed creat studio when complete show on my pc this text CreateStudio3 e entry point DiscardVirtual Memory could not be located in the dynamic link library C:\Users\Admin\AppData\Local\Programs\createstudio3\CreateStudio 3.exe please help me
Hello, this seems like a library configuration error, be sure to read and apply the library's documentation correctly. Thanks for watching & I hope this helps!
Hello @herethere5637, Not sure what you mean, but I think you are saying how can I not get this error the next time that I build a project. If thats the case then the error message "System cannot find the file specified" is a very common error, it indicates an issue with the configuration or setup of your project, rather than a normal function of the compiler. This error usually occurs when the IDE or build system is unable to locate a file that is necessary for the compilation or execution of your project, such as a source file, executable, library, or other dependencies. So to avoid it you just have to implement the above listed things, or else the error message will continue to show up. Thanks for watching and I hope this helps!
It seems like not using the probect "Empty scratch file" circumvents this issue (Like the hello world project, which already has a source file added in it called ConsoleApplication)
Hello @aymanyounis9102, This error can happen for a variety of reasons, but here are a few things that you can try: Check for Dependency Issues, Review Project Configuration, Rebuild the Project, or try running the project as an admin. I hope this helps and thanks for watching!
Thank you man, but when I tried to create a new c++ file again after the first on in source files I got this error Create_libraries.vcxproj" -- FAILED. How can I solve this problem the first one was working well.
Not sure without seeing the entire error message and code that you are working with, but to me this seems like you either are trying to add a library or using a dependency which isn't properly configured. If so, be sure to read through the documentation of the implemented library. I hope this helps!
Hello @hamzaahboub2220, sorry to hear that and I havent worked with Fortran, but I can recommend some things for you to do: Check the Fortran Compiler Installation, Correct Project Setup, Path Environment Variable, finally try taking a look at the error messages and see what the complier is telling you. I hope this helps and thanks for watching!
This error usually means that you have a previous instance of the program running on your computer, I would make sure to if the program is still running & if the program has the right permissions. Another thing to note is that linker errors typically happen when you're including a 3rd party library so be sure to read the documentation carefully if you are doing that! Hope this helps.
If anyone has any questions or wants to just chat add me on discord: Dee_1#6452
did u change discord name? i need help
@@dukanx8765 No I have the same name
This video just saved me from buying a new keyboard. Nobody online seems to show this part of the process when doing a tutorial. Thank you !
Thanks a bunch. Just started a c++ class and I had this error over and over on my first assignment. This fixed it. I had to correct the errors.
Glad the video helped!
@@Abdalla_Osman Thanks bro, but unfortunately the error remains. i had no errors in the code and I created the file in the source folder
I was having problems with this error, but thanks to you everything it's cool now, thanks man.
Glad the video helped!!
It seems just my stupidity was a problem not Visual studio.... Good to know....
Thank you so much!
I was able to submit my project on time because of your video :)
I'm glad the video helped!
So happy struggling with this error for a while looking for solutions and nothing, this was the video I needed, thank you so much ❤
I'm glad the video helped!
Bro wallah I just wasted like 4 hours on this , reinstalled visual studio twice, scanned the entire stack overflow, spent hours going back n forth with Chat GPT, and after all that drama it was this 3 minute 54 seconds video that had the real answer! It worked bro, it literally worked! May Allah bless u akhi
even ,today i cant understand what he is saying ,,,i am facing similar this problem can you help me ,,step by step ,,,?
Appreciate you my boy. Seems like the error was due to the fact that the file didn't really exist in the project in a sort of kinda way. Kind of like when using Java in IntelliJ all of your files should be in the src folder. Makes sense now. Shout out from Southern California.
Glad the video helped!!
File Handling is not working properly in visual studio community version 2022
Don't work.I have tried many ways ro solve this problem but it doesn't work.I checked for grammar mistakes,but it doesn't work.I don't know what to do.Someone, please,help.
Hello @user-kv2fo4xm7f, I'm sorry to hear that the video hasn't helped, without the exact error message I cannot provide an exact solution, but I can recommend some things you can try to do If the video didn't help: Check Environment Setup, Rebuild the project, and finally I would see if there is anything wrong with your system configuration such as: Development Environment Setup, Operating System Compatibility, Dependencies and Libraries, System Path and Environment Variables. I hope this helps!
@@Abdalla_Osman ok,i will try this tips.
بعد اذنك بلاش موسيقى في الفديو علشان مزعجة ومشتته ده غير انها حرام و ذنوب جارية واعوذ بالله ليك و بارك الله فيك اخي الكريم 🥰🌹❤️
Great video friend, you saved my life and my day. I'm really a beginner at this and these types of videos really help.
I'm glad I help you and thank you for watching!!
Still having trouble with this, I have no idea how to fix this
Shoot me a friend request on discord if you still need help!
@@Abdalla_Osman what's your discord bro would love some help
i tried this but no error came up and the code still has the same problem
Add me on discord and we can take a look at it!
@@Abdalla_Osman i have
hello how are when i installed creat studio when complete show on my pc this text
CreateStudio3 e entry point DiscardVirtual Memory could not be located in the dynamic link library C:\Users\Admin\AppData\Local\Programs\createstudio3\CreateStudio 3.exe
please help me
Hello, this seems like a library configuration error, be sure to read and apply the library's documentation correctly. Thanks for watching & I hope this helps!
Hey my project says debug profile does not exist please help 😢
yo bro i have issue when i create new project and i compile it came with error im struggle with this for 6 mounths
Finally, I found a solution that worked. Thank you!
Glad the video helped!
Thank man, your video help a lot.
Your welcome!
So how can you make this automatically happen?
Hello @herethere5637, Not sure what you mean, but I think you are saying how can I not get this error the next time that I build a project. If thats the case then the error message "System cannot find the file specified" is a very common error, it indicates an issue with the configuration or setup of your project, rather than a normal function of the compiler. This error usually occurs when the IDE or build system is unable to locate a file that is necessary for the compilation or execution of your project, such as a source file, executable, library, or other dependencies. So to avoid it you just have to implement the above listed things, or else the error message will continue to show up. Thanks for watching and I hope this helps!
It seems like not using the probect "Empty scratch file" circumvents this issue (Like the hello world project, which already has a source file added in it called ConsoleApplication)
0xc0000279 error in Microsoft visual studio could you help me with this error
Hello @aymanyounis9102, This error can happen for a variety of reasons, but here are a few things that you can try: Check for Dependency Issues, Review Project Configuration, Rebuild the Project, or try running the project as an admin. I hope this helps and thanks for watching!
You just saved me, thanks a lot for your video!
Glad I could help!
Thank you bro it worked out for me real well!
Thank you man, but when I tried to create a new c++ file again after the first on in source files I got this error
Create_libraries.vcxproj" -- FAILED.
How can I solve this problem the first one was working well.
Not sure without seeing the entire error message and code that you are working with, but to me this seems like you either are trying to add a library or using a dependency which isn't properly configured. If so, be sure to read through the documentation of the implemented library. I hope this helps!
Still, my code is not working 😢
I'm sorry to hear that, it could be the libraries you are using!
New sub bro, lov u
Thanks a lot . Finally I resloved the error with your help.👌👌
I'm glad the video helped!
Bro, just helped me out in less than four minutes.
Glad the video helped!
It was very useful. Thanks🌱
I'm glad it helped. Thanks for watching!
I want run a fortran code but still have the problem even I did your instructions
Hello @hamzaahboub2220, sorry to hear that and I havent worked with Fortran, but I can recommend some things for you to do: Check the Fortran Compiler Installation, Correct Project Setup, Path Environment Variable, finally try taking a look at the error messages and see what the complier is telling you. I hope this helps and thanks for watching!
still now working
thank you. I just switched from visual studio to code and it worked 😂
Glad it helped!
ITS STILL DIDNT WORK PLS HELPP
Hello, @lanzymeztt3428 I'm sorry to hear that. What error messages are you getting?
@@Abdalla_Osman i just reinstalled window now that shit disappeared 😂 thank you anw
Bro you're the best❤
I'm glad the video helped!
Hi what about LNK1168 error?
This error usually means that you have a previous instance of the program running on your computer, I would make sure to if the program is still running & if the program has the right permissions. Another thing to note is that linker errors typically happen when you're including a 3rd party library so be sure to read the documentation carefully if you are doing that! Hope this helps.
@@Abdalla_Osman Thank you! But how can I know if the program has the right permission?
Sorry I am new in programming 🥲
@@senioraa add my discord @Dee_1#6452
THANK YOU SO MUCH BROOOO
Glad the video helped!!
not working bro pls help me
I'm sorry to hear that
@@Abdalla_Osman oh my program have the problem and i delete and craete new now its working thanks you were right
you are the man thanks so much!
I'm glad the video helped!
Thanks bro, I spent about two hours to solve this problem😢
Glad it helped!
THANKS, IM A NEW SUB
Thanks for watching and welcome to my channel!
this helped! thanks! 😁
Glad it helped!
genius >>> go on ,bro
Thanks for watching :)
you saved my life thank youuuu
Glad the video helped!
Спасибо, брат. Ты меня выручил.
Рад, что видео помогло
fucking hell tf Im doing here when I just forgot "}" in main...
It happens! Thank you for watching!!
Thank bro this works for me
Bro thanks you save my project❤
you're welcome, thanks for watching!
please don't put music in your videos it makes it very hard to hear your voice
I agree, my more recent videos no longer have music for this reason. Thanks for watching!
Thank You Bro
Glad the video helped!
Bro U are the fkin GOAT indeed
terimah kasih sudah membantu, aku hampir stress akibat ini, terimah kasih sekali lagi
I'm glad the video helped!
thanks man. it worked
I'm glad the video helped!
this error made me cry no joke
Glad the video helped!
finaly somthn i can understand a vid lol
SI SIRVIOOOOOOOO, te quiero :3
¡Qué alegría escuchar eso! Me alegra mucho haberte ayudado. :3
Thank you brother
You're Welcome!
i dont know why but even this cant fix my problem with this sht
I'm sorry to hear that!
Thanks man ❤❤❤❤
Glad the video helped!
LETS GO IT WORKED GG SKIBIDI SIGMA LMAO LMAO LMAO NOW BACK TO STUDY
I'm glad the video helped!
Thanks 🙏😊
I’m glad the video helped!
Good job, thx!
I'm glad the video helped!
Thanks bro:)
much thanks
Glad I can help!
thanks brother
Your welcome!
really good
I'm glad the video helped!
thank you
I'm glad the video helped!
omg thx!
Glad the video helped!
thanks!
Glad it helped!
768 Barton Vista
thanks man
You're Welcome!
Thanks Broooooo
I'm glad the video helped!
Thanks
Thanks.
I'm glad I can help!
@@Abdalla_Osman 😊❤
thanks god i meet u
I'm glad i can help!
i... i feel so stupid KSHFSKFSJ
thank you
I'm glad the video helped!
goat
Thank you
ty
I'm glad I could help!
still didn't work. microsoft is crap
I'm sorry to hear that
mori
Yeah I am stupid
me too
спасибо
пожалуйста
thank you
Glad it helped!
Thanks.
I’m glad the video helped!