minted is a package to display code. Unfortunately, it needs to be told where the latex file will be generated - in the output folder. #### Example ``` \usepackage[newfloat, outputdir=../bld]{minted} ```