Advertisement
Guest User

JUCE VS2017 problem

a guest
Feb 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. >------ Build started: Project: NewGui_App, Configuration: Debug x64 ------
  2. 1>MainComponent.cpp
  3. 1>Main.cpp
  4. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\Source\MainComponent.cpp': No such file or directory
  5. 1>include_juce_audio_basics.cpp
  6. 1>include_juce_audio_devices.cpp
  7. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Main.cpp': No such file or directory
  8. 1>include_juce_audio_formats.cpp
  9. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_audio_devices.cpp': No such file or directory
  10. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_audio_formats.cpp': No such file or directory
  11. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_audio_basics.cpp': No such file or directory
  12. 1>include_juce_audio_processors.cpp
  13. 1>include_juce_core.cpp
  14. 1>include_juce_cryptography.cpp
  15. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_audio_processors.cpp': No such file or directory
  16. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_core.cpp': No such file or directory
  17. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_cryptography.cpp': No such file or directory
  18. 1>include_juce_data_structures.cpp
  19. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_data_structures.cpp': No such file or directory
  20. 1>include_juce_events.cpp
  21. 1>include_juce_graphics.cpp
  22. 1>include_juce_gui_basics.cpp
  23. 1>include_juce_gui_extra.cpp
  24. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_events.cpp': No such file or directory
  25. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_gui_extra.cpp': No such file or directory
  26. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_graphics.cpp': No such file or directory
  27. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_gui_basics.cpp': No such file or directory
  28. 1>include_juce_opengl.cpp
  29. 1>c1xx : fatal error C1083: Cannot open source file: '..\..\JuceLibraryCode\include_juce_opengl.cpp': No such file or directory
  30. 1>Done building project "NewGui_App.vcxproj" -- FAILED.
  31. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement