I suddenly got this issue in Visual Studio that I have not got before, 'irccommand.h' No such file or directory #3492
-
I setup the things according to https://github.com/Chatterino/chatterino2/blob/master/BUILDING_ON_WINDOWS.md However, instead of making a build in QtCreator I was able to successfully make a build with Visual Studio, by importing it with a Qt Tools extension. Now, then I closed Visual Studio with Task Manager, because it had some issue. Then encountered an issue. Then I repaired the installation of Visual Studio. And now I get this issue "fatal error C1083: Cannot open include file: 'irccommand.h': No such file or directory". However, things that are something like What have I done wrong? Where is Is |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Things like |
Beta Was this translation helpful? Give feedback.
-
You forgot to fetch git submodules, you can do so with |
Beta Was this translation helpful? Give feedback.
You forgot to fetch git submodules, you can do so with
git submodule update --init --recursive